fix: fixed templ docker version
Some checks failed
Arbeitszeitmessung Deploy / Build Webserver (push) Has been cancelled
Tests / Run Go Tests (push) Failing after 1m2s

This commit is contained in:
2026-01-29 18:34:45 +01:00
parent ba034f1c33
commit e781f52f6d

View File

@@ -11,7 +11,7 @@ WORKDIR /app
COPY go.mod go.sum /app/
RUN go mod download && go mod verify
FROM ghcr.io/a-h/templ:latest AS generate-stage
FROM ghcr.io/a-h/templ:v0.3.977 AS generate-stage
COPY --chown=65532:65532 . /app
WORKDIR /app
RUN ["templ", "generate"]