Compare commits

..

1 Commits

Author SHA1 Message Date
6a850aaa07 fix(deps): update module github.com/a-h/templ to v0.3.887
Some checks failed
renovate/artifacts Artifact file update failure
2025-06-01 02:00:37 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ RUN go mod download
COPY . .
RUN make CGO_ENABLED=0
FROM alpine:3.22
FROM alpine:3.21
COPY --from=build /code/dumb .

2
go.mod
View File

@ -6,7 +6,7 @@ toolchain go1.23.4
require (
github.com/PuerkitoBio/goquery v1.10.1
github.com/a-h/templ v0.3.894
github.com/a-h/templ v0.3.887
github.com/allegro/bigcache/v3 v3.1.0
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1