chore(deps): update golang:1.24.2 docker digest to 065cb8c
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m30s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m45s

This commit was merged in pull request #39.
This commit is contained in:
2025-04-29 09:09:22 +00:00
parent b9031a7fb5
commit 5f355d3f73

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.2@sha256:8131d99bd9bdf38a3b9720c23c3d21f40d65137d4b2fd2eccab20e7ab7b5dee4 AS builder_go
FROM golang:1.24.2@sha256:065cb8cf9978e8a50860c20dc4e4124636e80b5d2bd175347f57145c774910a7 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