chore(deps): update golang docker tag to v1.24.2 #7

Merged
ngn merged 1 commits from renovate/golang-1.x into custom 2025-04-05 23:50:31 +03:00
Showing only changes of commit 6db6680a16 - Show all commits

View File

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