chore(deps): update golang docker tag to v1.24.5
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 6m30s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 2m46s

This commit was merged in pull request #513.
This commit is contained in:
2025-07-09 19:05:56 +00:00
parent 59b4e332fe
commit 36ddf98c0f

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.4@sha256:20a022e5112a144aa7b7aeb3f22ebf2cdaefcc4aac0d64e8deeee8cdc18b9c0f AS builder_go
FROM golang:1.24.5@sha256:a9219eb99cd2951b042985dbec09d508b3ddc20c4da52a3a55b275b3779e4a05 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