2 Commits

Author SHA1 Message Date
32015c8292 fix(deps): update module golang.org/x/net to v0.49.0
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 49s
2026-01-13 20:03:32 +00:00
d7e6993049 chore(deps): update golang:1.25.5 docker digest to 581c059
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m13s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m14s
2026-01-13 19:06:13 +00:00

View File

@@ -1,4 +1,4 @@
FROM golang:1.25.5@sha256:0f406d34b7cb7255d0700af02ec28a2c88f1e00701055f4c282aa4c3ec0b3245 AS builder_go
FROM golang:1.25.5@sha256:581c059c1d53b96a6db51a2f7a0eb943491ba1da50f1e43700db0cc325618096 AS builder_go
WORKDIR /spend-sparrow
RUN go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
RUN go install github.com/a-h/templ/cmd/templ@latest