1 Commits

Author SHA1 Message Date
fa2146a3b8 chore(deps): update hugomods/hugo docker tag to v0.158.0 2026-03-17 00:02:03 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GIT_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v7
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile

View File

@@ -1,5 +1,5 @@
# Build Stage
FROM hugomods/hugo:0.155.3 AS build
FROM hugomods/hugo:0.158.0 AS build
ARG BLOWFISH_VERSION