chore(deps): update golang:1.24.4 docker digest to 01f861b
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m23s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m9s

This commit was merged in pull request #166.
This commit is contained in:
2025-06-11 00:05:43 +00:00
parent 2e1a0eedd0
commit c4719db21f

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.4@sha256:db5d0afbfb4ab648af2393b92e87eaae9ad5e01132803d80caef91b5752d289c AS builder_go
FROM golang:1.24.4@sha256:01f861b85f25cd045191578c87ed057b92bd185f2226bbf375c7510ebcb8abf4 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