Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-production-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Toolchain version pins, kept current by Renovate (see the custom
# manager in renovate.json that matches these annotations).
# renovate: datasource=github-releases depName=gohugoio/hugo
HUGO_VERSION: 0.113.0
HUGO_VERSION: 0.164.0
# renovate: datasource=github-releases depName=sass/dart-sass
DART_SASS_VERSION: 1.101.0
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Keep in sync with .devcontainer/devcontainer.json and the docker
# compose images. Renovate manages this pin via the annotation below.
# renovate: datasource=github-releases depName=gohugoio/hugo
HUGO_VERSION: 0.113.0
HUGO_VERSION: 0.164.0
steps:
- name: Install Hugo CLI
run: |
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
hugo-dev:
# Renovate manages this image tag; keep it in sync with
# .devcontainer/devcontainer.json and .github/workflows/.
image: hugomods/hugo:0.113.0
image: hugomods/hugo:0.164.0
environment:
- HUGO_ENVIRONMENT=development
- HUGO_ENV=development
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
build:
# Renovate manages this image tag; keep it in sync with
# .devcontainer/devcontainer.json and .github/workflows/.
image: hugomods/hugo:0.113.0
image: hugomods/hugo:0.164.0
environment:
- HUGO_ENVIRONMENT=production
- HUGO_ENV=production
Expand Down
Loading