Skip to content

Commit

Permalink
Update golang image
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna authored Nov 28, 2024
1 parent bad8529 commit 19a3603
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 @@ -23,7 +23,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 19a3603

Please sign in to comment.