Skip to content

Commit

Permalink
chore(backend): Use cloud sdk from GCR as base image for cache deploy…
Browse files Browse the repository at this point in the history
…er (#8025)
  • Loading branch information
chensun authored Jul 13, 2022
1 parent 5724849 commit 36e3080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/cache/deployer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM google/cloud-sdk:alpine
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine

RUN apk add --update \
curl \
Expand Down

0 comments on commit 36e3080

Please sign in to comment.