Skip to content

Commit

Permalink
Updated Hugo 0.136.2
Browse files Browse the repository at this point in the history
  • Loading branch information
madduci committed Oct 19, 2024
1 parent 90b2846 commit df9c95b
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.136.0
madduci/docker-hugo:0.136.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.136.0
ENV HUGO_VERSION 0.136.2

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

0 comments on commit df9c95b

Please sign in to comment.