Skip to content

Commit

Permalink
Update to hugo 0.127.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jun 15, 2024
1 parent c86b717 commit 3942460
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.125.4"
ARG HUGO_VERSION="0.127.0"
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.125.4",
"HUGO_VERSION": "0.127.0",
"HUGO_ARCH": "64bit"
}
},
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
publish = "public"

[build.environment]
HUGO_VERSION = "0.125.4"
HUGO_VERSION = "0.127.0"

[[headers]]
for = "/*"
Expand Down

0 comments on commit 3942460

Please sign in to comment.