From c541f3f6e8e9bd49df02113d0dd03767fe063d31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jul 2024 01:38:13 +0000 Subject: [PATCH] fix: docker/dev/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 --- docker/dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/dev/Dockerfile b/docker/dev/Dockerfile index 7b50866f..f9df1e83 100644 --- a/docker/dev/Dockerfile +++ b/docker/dev/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17.7 +FROM golang:1.21.12 LABEL org.opencontainers.image.source https://github.com/slok/sloth