From b0ed07bf5a8997ed37a91d79cdb255af90f6bc29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Dec 2024 04:56:33 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-8235200 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-8235200 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05f55b1..097e09a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ RUN go install github.com/yaegashi/muslstack@latest && \ # --- -FROM alpine:3.18 +FROM alpine:3.21.0 # renew global args from above & pin any dependency versions ARG HUGO_VERSION