Skip to content

Commit

Permalink
Update to hugo 0.125.4
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored Apr 30, 2024
1 parent 5a2a677 commit a772afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG VARIANT="20"

FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}

ARG HUGO_VERSION="0.121.1"
ARG HUGO_VERSION="0.125.4"
ARG HUGO_ARCH="64bit"

RUN hugo_url="https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}" \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "20",
"HUGO_VERSION": "0.121.1",
"HUGO_VERSION": "0.125.4",
"HUGO_ARCH": "64bit"
}
},
Expand Down

0 comments on commit a772afb

Please sign in to comment.