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

This commit was merged in pull request #28.
This commit is contained in:
2025-04-09 21:06:41 +00:00
parent b58f8c041c
commit a8d6da9a86

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.2@sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d AS builder_go
FROM golang:1.24.2@sha256:18a1f2d1e1d3c49f27c904e9182375169615c65852ace724987929b910195b2c 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