Skip to content

Commit

Permalink
Release 0.101.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraru committed Jul 8, 2022
1 parent 960dcf3 commit 8c8f702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.16-alpine AS go

FROM klakegg/hugo:0.93.2-alpine
FROM klakegg/hugo:0.101.0-alpine
COPY --from=go /usr/local/go/ /usr/local/go/

RUN apk update && apk upgrade && \
Expand Down

0 comments on commit 8c8f702

Please sign in to comment.