chore(deps): update golang docker tag to v1.23.5 #2

Merged
ngn merged 1 commits from renovate/golang-1.x into custom 2025-01-19 22:26:22 +03:00
Showing only changes of commit 70ec918a10 - Show all commits

View File

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