1
0
mirror of https://github.com/kairos-io/provider-k3s.git synced 2025-05-12 09:58:07 +00:00

Update golang image

Signed-off-by: Santhosh S <santhosh@spectrocloud.com>
This commit is contained in:
Santhosh 2024-11-28 23:22:44 +05:30 committed by Santhosh S
parent 7627e89965
commit 6bb9132a23

View File

@ -22,7 +22,7 @@ build-cosign:
SAVE ARTIFACT /ko-app/cosign cosign
go-deps:
FROM gcr.io/spectro-images-public/golang:${GOLANG_VERSION}-alpine
FROM us-docker.pkg.dev/palette-images/build-base-images/golang:${GOLANG_VERSION}-alpine
WORKDIR /build
COPY go.mod go.sum ./
RUN go mod download