diff --git a/Dockerfile b/Dockerfile index 03c6998..eda6bef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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