From 413ab4fd871fafa3b888b38b8b11b3f6e7eb3a55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 May 2025 05:02:48 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-APKTOOLS-1534687 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-ZLIB-2977081 - https://snyk.io/vuln/SNYK-ALPINE311-APKTOOLS-1246343 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a57273..d16d6ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12-alpine +FROM golang:1.24.3-alpine RUN apk update RUN apk add openssl ca-certificates git