diff --git a/Dockerfile b/Dockerfile index 7a6c660..c798e12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.2 AS build +FROM golang:1.24.4 AS build WORKDIR /code RUN go install github.com/a-h/templ/cmd/templ@latest