Skip to content

Commit

Permalink
Update to Hugo 0.121.1
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Dec 26, 2023
1 parent c6d0cd7 commit 9dc3db1
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.110.0"
ARG HUGO_VERSION="0.121.1"
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.110.0",
"HUGO_VERSION": "0.121.1",
"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.110.0"
HUGO_VERSION = "0.121.1"

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

0 comments on commit 9dc3db1

Please sign in to comment.