Skip to content

Commit

Permalink
docker: Update to Go 1.15 and Alpine 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sootysec authored Oct 12, 2020
1 parent 78b26d5 commit f5ea359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Twitter: https://twitter.com/gohugoio
# Website: https://gohugo.io/

FROM golang:1.13-alpine AS build
FROM golang:1.15-alpine AS build

# Optionally set HUGO_BUILD_TAGS to "extended" 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.11
FROM alpine:3.12

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

Expand Down

0 comments on commit f5ea359

Please sign in to comment.