Compare commits

...

2 Commits

Author SHA1 Message Date
ngn
77cdfa0e96 Merge pull request 'chore(deps): update golang docker tag to v1.23.5' (#2) from renovate/golang-1.x into custom
All checks were successful
Build and publish the docker image / build (push) Successful in 1m48s
Reviewed-on: #2
2025-01-19 19:26:22 +00:00
70ec918a10 chore(deps): update golang docker tag to v1.23.5 2025-01-19 19:18:13 +00:00

View File

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