chore(deps): update golang:1.23.0 docker digest to 1a6db32
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m48s
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 1m3s

This commit was merged in pull request #139.
This commit is contained in:
2024-09-05 03:00:57 +00:00
parent 03542c3393
commit 0243af8c9c

View File

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