chore(deps): update golang:1.24.2 docker digest to c0b66cf
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m13s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m23s

This commit was merged in pull request #24.
This commit is contained in:
2025-04-09 00:06:59 +00:00
parent e402fa078a
commit 928e34eb83

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.2@sha256:fb224f950b0dfb889f8f1122bf3dfc21976735ccf983b73a1e6e014215a272f5 AS builder_go
FROM golang:1.24.2@sha256:c0b66cfec8562c8d8452c63a63ede2014526224fa1cd5ecf5acda73f8b28263b AS builder_go
WORKDIR /spend-sparrow
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
RUN go install github.com/a-h/templ/cmd/templ@latest