We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf425c commit 8a08f91Copy full SHA for 8a08f91
Dockerfile
@@ -2,7 +2,7 @@
2
# Twitter: https://twitter.com/gohugoio
3
# Website: https://gohugo.io/
4
5
-FROM golang:1.19-alpine AS build
+FROM golang:1.21-alpine AS build
6
7
# Optionally set HUGO_BUILD_TAGS to "extended" or "nodeploy" when building like so:
8
# docker build --build-arg HUGO_BUILD_TAGS=extended .
@@ -26,7 +26,7 @@ RUN mage hugo && mage install
26
27
# ---
28
29
-FROM alpine:3.16
+FROM alpine:3.18
30
31
COPY --from=build /go/bin/hugo /usr/bin/hugo
32
0 commit comments