chore(deps): update golang:1.24.3 docker digest to 02a2275
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 7m4s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m34s

This commit was merged in pull request #471.
This commit is contained in:
2025-05-22 09:07:29 +00:00
parent 6468ff7be9
commit 95df5979c3

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.3@sha256:1bcf8844d2464a6485c87646f9da684610758eb1a2df63c8a6e7ca47c64f8655 AS builder_go
FROM golang:1.24.3@sha256:02a22753ab3426d91ba5ba6f4dfb4ac2454f19b05afdb18d61ab02cbf1a2dffe AS builder_go
WORKDIR /web-app-template
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
RUN go install github.com/a-h/templ/cmd/templ@latest