Skip to content

Commit

Permalink
Update golang image (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Santhosh S <[email protected]>
  • Loading branch information
santhoshdaivajna authored Nov 29, 2024
1 parent 7627e89 commit 030ab68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 030ab68

Please sign in to comment.