chore(deps): update golang:1.23.2 docker digest to cc637ce

This commit is contained in:
2024-10-17 22:12:55 +00:00
parent ae0f21ada5
commit 4f6b49e1a0

View File

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