5 Commits

Author SHA1 Message Date
587ef5631b Merge pull request 'updates' (#9) from updates into main
Reviewed-on: #9
2026-04-14 20:01:42 +00:00
cbdd9be78b upgrade Caddy to v2.11.2 2026-04-14 10:39:49 -06:00
2c867206be upgrade Hugo to v0.160.1 2026-04-14 10:39:37 -06:00
1deb48d727 bump golang version 2026-04-14 10:36:12 -06:00
b732da0e22 upgrade blowfish to v2.102.0 2026-04-14 10:35:32 -06:00
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# Package versions
ARG HUGO_VERSION="0.155.3"
ARG CADDY_VERSION="2.11.1"
ARG HUGO_VERSION="0.160.1"
ARG CADDY_VERSION="2.11.2"
# Stage 1: Build
FROM core.harbor.brds.ca/d-b.ca/hugo-builder:${HUGO_VERSION} AS builder

4
go.mod
View File

@@ -1,5 +1,5 @@
module git.brds.ca/drew/web
go 1.25.4
go 1.26.2
require github.com/nunocoracao/blowfish/v2 v2.98.0 // indirect
require github.com/nunocoracao/blowfish/v2 v2.102.0 // indirect

4
go.sum
View File

@@ -1,2 +1,2 @@
github.com/nunocoracao/blowfish/v2 v2.98.0 h1:2k/f19NwAlhEIq08WOOgbYB4LlzWF2YEhoDoflSH0eU=
github.com/nunocoracao/blowfish/v2 v2.98.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=
github.com/nunocoracao/blowfish/v2 v2.102.0 h1:I5OdyUy4gGOZo3IyhewUk55u8Johmoex7LrvboChie8=
github.com/nunocoracao/blowfish/v2 v2.102.0/go.mod h1:4SkMc+Ht8gpQCwArqiHMBDP3soxi2OWuAhVney+cuyk=