Skip to content

Commit

Permalink
Updated Hugo to 0.121.2
Browse files Browse the repository at this point in the history
  • Loading branch information
madduci committed Jan 7, 2024
1 parent 2fde8b2 commit 9a0119b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Note: tags has to be all lower-case
tags: |
madduci/docker-hugo:latest
madduci/docker-hugo:0.121.1
madduci/docker-hugo:0.121.2
# build on feature branches, push only on master branch
push: ${{ github.ref == 'refs/heads/master' }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /site

EXPOSE 1313

ENV HUGO_VERSION 0.121.1
ENV HUGO_VERSION 0.121.2

RUN apk update \
&& apk --update add \
Expand Down

0 comments on commit 9a0119b

Please sign in to comment.