chore(deps): update golang:1.24.3 docker digest to 4c0a181
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 8m29s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m14s

This commit was merged in pull request #129.
This commit is contained in:
2025-05-24 13:01:33 +00:00
parent 5ee14578f8
commit 1681a4fcf9

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.3@sha256:02a22753ab3426d91ba5ba6f4dfb4ac2454f19b05afdb18d61ab02cbf1a2dffe AS builder_go
FROM golang:1.24.3@sha256:4c0a1814a7c6c65ece28b3bfea14ee3cf83b5e80b81418453f0e9d5255a5d7b8 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