chore(deps): update golang:1.24.4 docker digest to 1aa97dd
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 3m14s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 2m51s

This commit was merged in pull request #505.
This commit is contained in:
2025-07-01 18:05:40 +00:00
parent 2dc02331d2
commit f68d6c14b4

View File

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