chore(deps): update golang:1.24.2 docker digest to b665273
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 7m20s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m42s

This commit was merged in pull request #424.
This commit is contained in:
2025-04-08 06:07:46 +00:00
parent f780a495a2
commit 517ba5b632

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.2@sha256:991aa6a6e4431f2f01e869a812934bd60fbc87fb939e4a1ea54b8494ab9d2fc6 AS builder_go
FROM golang:1.24.2@sha256:b6652731d1d5622f85509f72942ce2a344e3bf6dd6793b2e462cc5fb3126b566 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