chore(deps): update golang:1.24.4 docker digest to 884849e
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m2s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m24s

This commit was merged in pull request #489.
This commit is contained in:
2025-06-11 21:07:01 +00:00
parent 4e55c6bf69
commit 6ec38f2f22

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.4@sha256:dc3de886034b72c0d916022e36986435b0692f3e7d14aa69e2c4d3f8d6b58a03 AS builder_go
FROM golang:1.24.4@sha256:884849e632f7b90be1acd3293579dbf19595c582a202b98411c88fdb60a319f0 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