From 9e6cf9fdc2ef9d86ef7ec220c6a3e7be572c0e1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Sep 2025 19:39:25 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7895535 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7895535 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6191692 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f05bf59..b6fe0e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN make build # RUN make test # Create production image for application with needed files -FROM golang:1.19-alpine +FROM golang:1.25.1-alpine EXPOSE 8000