From 58379b6e270ad9367d5ac162c2e3c28c615eda76 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Aug 2023 02:58:59 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2933515 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON27-1063178 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b87265988..a48818d7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # For running Veneur under Docker, you probably want either the pre-built images # published at https://hub.docker.com/r/stripe/veneur/ # or the Dockerfiles in https://github.com/stripe/veneur/tree/master/public-docker-images -FROM golang:1.13 +FROM golang:1.19.11 MAINTAINER The Stripe Observability Team RUN mkdir -p /build