From d2d36306df7ef5020f7fd33adbb1f9defc16c627 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Jul 2024 06:55:49 +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-GNUTLS28-1085094 - https://snyk.io/vuln/SNYK-DEBIAN10-GNUTLS28-1085097 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b87265988..591d7b046 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.23rc2 MAINTAINER The Stripe Observability Team RUN mkdir -p /build