1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-06-30 22:06:37 -04:00

Compare commits

..

1 Commits

Author SHA1 Message Date
b0ed07bf5a 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
2024-12-15 04:56:33 +00:00

View File

@ -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