chore(deps): update golang:1.26.1 docker digest to 318ba17
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 2m34s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m20s

This commit was merged in pull request #456.
This commit is contained in:
2026-03-17 02:05:11 +00:00
parent 7b33720b38
commit 3cf64c4053

View File

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