Skip to content

Commit

Permalink
Merge pull request #9 from evansosenko/updates-apr-2024
Browse files Browse the repository at this point in the history
Dev dep updates
  • Loading branch information
razor-x authored Apr 30, 2024
2 parents 5a2a677 + 2ba5a12 commit c86b717
Show file tree
Hide file tree
Showing 4 changed files with 579 additions and 788 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
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.121.1"
HUGO_VERSION = "0.125.4"

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

0 comments on commit c86b717

Please sign in to comment.