chore(deps): update golang docker tag to v1.23.6 #6

Open
renovate wants to merge 1 commits from renovate/golang-1.x into custom
Showing only changes of commit 9270fa919f - Show all commits

View File

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