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

Update alpine Docker tag to v3.18

This commit is contained in:
renovate[bot] 2023-05-10 01:37:59 +00:00
parent ebe3e97c81
commit 18e51db24a

View File

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