Merge remote-tracking branch 'refs/remotes/origin/custom' into custom
All checks were successful
Build and publish the docker image / build (push) Successful in 1m45s

This commit is contained in:
ngn 2025-04-09 19:27:15 +03:00
commit a01a4febf5
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

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