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

View File

@ -1,4 +1,4 @@
FROM golang:1.23.4 AS build FROM golang:1.23.5 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