We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12d3d7 commit c885ddbCopy full SHA for c885ddb
2 files changed
Dockerfile
@@ -1,7 +1,7 @@
1
# The Google App Engine base image is debian (jessie) with ca-certificates
2
# installed.
3
# Source: https://github.com/GoogleCloudPlatform/debian-docker
4
-FROM gcr.io/google_appengine/debian8
+FROM gcr.io/google-appengine/debian8
5
6
ADD resources /resources
7
ADD scripts /scripts
python-interpreter-builder/Dockerfile
@@ -1,6 +1,6 @@
# Install Python build dependencies
RUN apt-get update && apt-get install -yq \
0 commit comments