chore(deps): update golang:1.26.1 docker digest to 595c784
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m14s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m17s

This commit was merged in pull request #464.
This commit is contained in:
2026-03-21 08:03:03 +00:00
parent 19814bfa83
commit 39b84fdde8

View File

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