chore(deps): update golang:1.26.0 docker digest to fb612b7
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 1m16s

This commit was merged in pull request #436.
This commit is contained in:
2026-03-05 20:08:54 +00:00
parent ea1ab8ea63
commit d03e3399dd

View File

@@ -1,4 +1,4 @@
FROM golang:1.26.0@sha256:c83e68f3ebb6943a2904fa66348867d108119890a2c6a2e6f07b38d0eb6c25c5 AS builder_go
FROM golang:1.26.0@sha256:fb612b7831d53a89cbc0aaa7855b69ad7b0caf603715860cf538df854d047b84 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