fix base image link.
This commit is contained in:
parent
3ad9f7d94c
commit
f721212ded
|
|
@ -15,6 +15,6 @@
|
||||||
# Test to make sure the executor builds an image correctly
|
# Test to make sure the executor builds an image correctly
|
||||||
# when no files are changed
|
# when no files are changed
|
||||||
|
|
||||||
FROM google-appengine/debian9@sha256:1d6a9a6d106bd795098f60f4abb7083626354fa6735e81743c7f8cfca11259f0
|
FROM gcr.io/google-appengine/debian9@sha256:1d6a9a6d106bd795098f60f4abb7083626354fa6735e81743c7f8cfca11259f0
|
||||||
RUN echo "hey"
|
RUN echo "hey"
|
||||||
MAINTAINER kaniko
|
MAINTAINER kaniko
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue