chore(deps): update golang:1.26.1 docker digest to c7e98cc
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 1m19s

This commit was merged in pull request #450.
This commit is contained in:
2026-03-11 03:06:47 +00:00
parent bd6c977960
commit 0e25c2f79b

View File

@@ -1,4 +1,4 @@
FROM golang:1.26.1@sha256:cdebbd553e5ed852386e9772e429031467fa44ca3a06735e6beb005d615e623d AS builder_go
FROM golang:1.26.1@sha256:c7e98cc0fd4dfb71ee7465fee6c9a5f079163307e4bf141b336bb9dae00159a5 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