Skip to content

Commit

Permalink
Update golang image (#161)
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 3f3db7e commit 7d5c10a
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 @@ -27,7 +27,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 7d5c10a

Please sign in to comment.