From d695e9a6020a3bb281cc8c1c0fe76dbff620c531 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 09:48:52 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411314 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411314 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index feb76a9..3d8380a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang AS base +FROM golang:1.23rc2 AS base RUN apt-get update -qqy && \ apt-get install --no-install-suggests --no-install-recommends -qqy \