1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-04-25 23:15:22 -04:00

Update alpine Docker tag to v3.21

This commit is contained in:
renovate[bot] 2024-12-06 01:37:19 +00:00 committed by GitHub
parent 40ca2c3269
commit f2f3e11814
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ RUN go install github.com/yaegashi/muslstack@latest && \
# ---
FROM alpine:3.18
FROM alpine:3.21
# renew global args from above & pin any dependency versions
ARG HUGO_VERSION