chore(deps): update golang:1.25.5 docker digest to a22b2e6
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m12s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m18s

This commit was merged in pull request #388.
This commit is contained in:
2025-12-09 22:03:27 +00:00
parent 2e641a1db5
commit 1a0524a24b

View File

@@ -1,4 +1,4 @@
FROM golang:1.25.5@sha256:0ece421d4bb2525b7c0b4cad5791d52be38edf4807582407525ca353a429eccc AS builder_go
FROM golang:1.25.5@sha256:a22b2e6c5e753345b9759fba9e5c1731ebe28af506745e98f406cc85d50c828e 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