chore(deps): update golang:1.23.0 docker digest to 9b09ffe
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Successful in 48s
Build and Push Docker Image / Explore-Gitea-Actions (push) Has been cancelled

This commit was merged in pull request #143.
This commit is contained in:
2024-09-05 19:00:58 +00:00
parent d1e52bf551
commit 53789a4ac6

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.0@sha256:1a6db32ea47a4910759d5bcbabeb8a8b42658e311bd8348ea4763735447c636c AS builder_go
FROM golang:1.23.0@sha256:9b09ffe3fef804395771af434bfc35a37e5209114d13e51af9339f5c5827c838 AS builder_go
WORKDIR /me-fit
RUN go install github.com/a-h/templ/cmd/templ@latest
COPY . ./