chore(deps): update golang docker tag to v1.24.5

This commit is contained in:
2025-07-09 21:00:56 +00:00
parent 77c8c099ae
commit a49648ef6d

View File

@ -1,4 +1,4 @@
FROM golang:1.24.2 AS build
FROM golang:1.24.5 AS build
WORKDIR /code
RUN go install github.com/a-h/templ/cmd/templ@latest