From 843f273d64d8282f5b77c670981a98d447366ce4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 19:50:46 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3232718 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3232719 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b87265988..60132b0e4 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.21rc2 MAINTAINER The Stripe Observability Team RUN mkdir -p /build