From d93dd9a2d7d22037f0c301f8d91ac79f582477c4 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Thu, 4 Jul 2024 08:32:21 +0200 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities (#487) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-3325304 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-3325304 - https://snyk.io/vuln/SNYK-DEBIAN12-PYTHON311-5853785 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 Co-authored-by: snyk-bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9fd99660..5eab431a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM golang:1.21.10 +FROM golang:1.21.12 WORKDIR /go/src/github.com/samber/lo