Compare commits

..

No commits in common. "527fa8c13d1fb7b1a42f9142fefa01bc6ef92844" and "77cdfa0e96166dfb897df2b7be1bf441603bd389" have entirely different histories.

View File

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