chore(deps): update golang:1.24.4 docker digest to 3178db8
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m23s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m30s

This commit was merged in pull request #492.
This commit is contained in:
2025-06-12 00:07:00 +00:00
parent 82f0b6ec94
commit 95e3d10841

View File

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