Compare commits

..

No commits in common. "77cdfa0e96166dfb897df2b7be1bf441603bd389" and "2a10f8bc2f07f9f5a8cca445d2431d3ba50d99f8" have entirely different histories.

View File

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