chore(deps): update golang:1.23.2 docker digest to a7f2fc9
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 50s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 56s

This commit was merged in pull request #211.
This commit is contained in:
2024-10-11 07:39:16 +00:00
parent 912ac69f1d
commit 790a3b0575

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.2@sha256:adee809c2d0009a4199a11a1b2618990b244c6515149fe609e2788ddf164bd10 AS builder_go FROM golang:1.23.2@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 AS builder_go
WORKDIR /me-fit WORKDIR /me-fit
RUN go install github.com/a-h/templ/cmd/templ@latest && go install github.com/vektra/mockery/v2@latest RUN go install github.com/a-h/templ/cmd/templ@latest && go install github.com/vektra/mockery/v2@latest
COPY . ./ COPY . ./