chore(deps): update golang:1.25.5 docker digest to 68ee6df
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m45s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m9s

This commit was merged in pull request #382.
This commit is contained in:
2025-12-09 04:06:32 +00:00
parent 772e3e5c2e
commit 26b75d3db9

View File

@@ -1,4 +1,4 @@
FROM golang:1.25.5@sha256:20b91eda7a9627c127c0225b0d4e8ec927b476fa4130c6760928b849d769c149 AS builder_go
FROM golang:1.25.5@sha256:68ee6dfa91a074c6e62a8af3ff0a427a36a78015778247af4f18398f37a5e91b 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