Compare commits

..

3 Commits

Author SHA1 Message Date
dd8ec92bd7 fix(deps): update module github.com/a-h/templ to v0.3.894
Some checks failed
renovate/artifacts Artifact file update failure
2025-06-05 02:01:00 +00:00
ngn
77c8c099ae Merge pull request 'chore(deps): update alpine docker tag to v3.22' (#10) from renovate/alpine-3.x into main
All checks were successful
docker / docker (push) Successful in 2m7s
Reviewed-on: #10
2025-06-01 14:10:16 +03:00
b1b895b9c1 chore(deps): update alpine docker tag to v3.22 2025-05-30 21:01:07 +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.21
FROM alpine:3.22
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.887
github.com/a-h/templ v0.3.894
github.com/allegro/bigcache/v3 v3.1.0
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1