Skip to content

Commit

Permalink
Update Go and Alpine version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wind0r committed Oct 19, 2022
1 parent 01ebb6e commit 6275aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -2,7 +2,7 @@
# Twitter: https://twitter.com/gohugoio
# Website: https://gohugo.io/

FROM golang:1.18-alpine AS build
FROM golang:1.19-alpine AS build

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

# ---

FROM alpine:3.12
FROM alpine:3.16

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

Expand Down

0 comments on commit 6275aad

Please sign in to comment.