chore(deps): update golang:1.24.3 docker digest to 1bcf884
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 8m14s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m9s

This commit was merged in pull request #469.
This commit is contained in:
2025-05-22 03:16:15 +00:00
parent 7ea56f2a40
commit 6468ff7be9

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.3@sha256:86b4cff66e04d41821a17cea30c1031ed53e2635e2be99ae0b4a7d69336b5063 AS builder_go
FROM golang:1.24.3@sha256:1bcf8844d2464a6485c87646f9da684610758eb1a2df63c8a6e7ca47c64f8655 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