chore(deps): update golang:1.24.4 docker digest to 3178db8
Some checks failed
Build Docker Image / Build-Docker-Image (push) Successful in 5m18s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 7m28s

This commit was merged in pull request #176.
This commit is contained in:
2025-06-12 00:06:22 +00:00
parent 58547099bc
commit 95340547e6

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.4@sha256:884849e632f7b90be1acd3293579dbf19595c582a202b98411c88fdb60a319f0 AS builder_go
FROM golang:1.24.4@sha256:3178db8b0d0fbcb11cf8271f7fb75b5f1f76367e306968c7c725999cb30c9982 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