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

This commit was merged in pull request #445.
This commit is contained in:
2025-04-29 05:07:44 +00:00
parent 30501b72c2
commit d7a98b10fe

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.2@sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 AS builder_go FROM golang:1.24.2@sha256:8131d99bd9bdf38a3b9720c23c3d21f40d65137d4b2fd2eccab20e7ab7b5dee4 AS builder_go
WORKDIR /web-app-template WORKDIR /web-app-template
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
RUN go install github.com/a-h/templ/cmd/templ@latest RUN go install github.com/a-h/templ/cmd/templ@latest