From 75242376a3df8fb11657c461edd7472437223252 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Wed, 1 Apr 2020 17:58:52 -0700 Subject: [PATCH] fix: use different base image for gapic action (#22) --- actions/gapic/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/actions/gapic/Dockerfile b/actions/gapic/Dockerfile index 5698e2e..47ca402 100644 --- a/actions/gapic/Dockerfile +++ b/actions/gapic/Dockerfile @@ -1,6 +1,5 @@ -FROM gcr.io/cloud-builders/bazel@sha256:7bd6d26119121e301f30366b5aafbbd0f4b3db9be5fd9da34db49df745e18e2b - -RUN apt-get update && apt-get install zip python2.7-dev -y +FROM l.gcr.io/google/bazel:latest +# https://github.com/GoogleCloudPlatform/container-definitions/tree/master/ubuntu1604_bazel COPY entrypoint.sh /entrypoint.sh