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

This commit is contained in:
renovate 2025-05-06 21:01:04 +00:00
parent a01a4febf5
commit 8972785d0d

View File

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