Compare commits

..

2 Commits

Author SHA1 Message Date
ngn
d40dce624b Merge pull request 'chore(deps): update golang docker tag to v1.24.2' (#7) from renovate/golang-1.x into custom
All checks were successful
Build and publish the docker image / build (push) Successful in 1m5s
Reviewed-on: #7
2025-04-05 23:50:30 +03:00
6db6680a16 chore(deps): update golang docker tag to v1.24.2 2025-04-01 21:00:43 +00:00

View File

@ -1,4 +1,4 @@
FROM golang:1.23.6 AS build
FROM golang:1.24.2 AS build
WORKDIR /code
RUN go install github.com/a-h/templ/cmd/templ@latest