From 0f84fff7dd6ad26cd43da8968e09fa21be59ef52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Aug 2024 01:15:59 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-NGHTTP2-5953390 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON27-1063178 - 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..7c6b36aae 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.21.12 MAINTAINER The Stripe Observability Team RUN mkdir -p /build