bump: blowfish/hugo version
All checks were successful
Build Hugo Docker Image / build docker (push) Successful in 4m59s
Build Blog Docker Image / build docker (push) Successful in 1m9s

This commit is contained in:
d3vyce 2024-05-26 10:33:14 +02:00
parent c3193e0adb
commit 96b6f4b977
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
with: with:
context: . context: .
build-args: build-args:
HUGO_VERSION=v0.125.4 HUGO_VERSION=v0.125.7
file: ./hugo.Dockerfile file: ./hugo.Dockerfile
platforms: linux/amd64 platforms: linux/amd64
push: true push: true

View File

@ -35,7 +35,7 @@ jobs:
with: with:
context: . context: .
build-args: build-args:
BLOWFISH_VERSION=v2.66.0 BLOWFISH_VERSION=v2.67.0
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64 platforms: linux/amd64
push: true push: true