From da4226cb821e9e456c8a71fab87ebf2dd0b93186 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Jul 2025 08:31:23 +0000 Subject: [PATCH] fix: dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-WGET-7266538 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690985 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690987 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690990 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-10690993 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 76f6915..ec0a303 100644 --- a/dockerfile +++ b/dockerfile @@ -1,5 +1,5 @@ # Use the official Go image as the base image -FROM golang:1.23.4 +FROM golang:1.25rc2 # Set the working directory inside the container WORKDIR /go/src/app