Skip to content

Commit 8a08f91

Browse files
authored
dockerfile: Update Docker images
- `golang:1.21-alpine` - `alpine:3.18`
1 parent dcf425c commit 8a08f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Twitter: https://twitter.com/gohugoio
33
# Website: https://gohugo.io/
44

5-
FROM golang:1.19-alpine AS build
5+
FROM golang:1.21-alpine AS build
66

77
# Optionally set HUGO_BUILD_TAGS to "extended" or "nodeploy" when building like so:
88
# docker build --build-arg HUGO_BUILD_TAGS=extended .
@@ -26,7 +26,7 @@ RUN mage hugo && mage install
2626

2727
# ---
2828

29-
FROM alpine:3.16
29+
FROM alpine:3.18
3030

3131
COPY --from=build /go/bin/hugo /usr/bin/hugo
3232

0 commit comments

Comments
 (0)