Compare commits

..

1 Commits

Author SHA1 Message Date
9270fa919f chore(deps): update golang docker tag to v1.23.6 2025-02-04 22:00:35 +00:00

View File

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