From 6e1a79798fb195efc8dc1c93e176dbb6a05d834b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Dec 2024 14:58:55 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569445 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-1569445 - https://snyk.io/vuln/SNYK-ALPINE314-ZLIB-2976174 - https://snyk.io/vuln/SNYK-ALPINE314-BUSYBOX-1920713 - https://snyk.io/vuln/SNYK-ALPINE314-BUSYBOX-2440608 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93c73d218c360..a1ccaeeb7f0bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # change is that the Hugo version is now an overridable argument rather than a fixed # environment variable. -FROM golang:1.15-alpine +FROM golang:1.23.4-alpine LABEL maintainer="Luc Perkins "