Skip to content

Commit

Permalink
Merge pull request #8 from nytimes/gcloud-gcr
Browse files Browse the repository at this point in the history
Go 1.16 and gcloud sdk image is now hosted by gcr
  • Loading branch information
brianfoshee authored Feb 17, 2021
2 parents 8b37221 + a0a497c commit a60787d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ADD go
FROM golang:1.15 as golang
FROM golang:1.16 as golang

FROM google/cloud-sdk:slim
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:slim

COPY --from=golang /usr/local/go/ /usr/local/go/

Expand Down

0 comments on commit a60787d

Please sign in to comment.