Merge pull request #11903 from jchauncey/fix-dockerfile-release

fix(Dockerfile-release): from image was missing image name
This commit is contained in:
Gyuho Lee 2020-05-15 20:19:05 -07:00 committed by GitHub
commit 52456659bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM us.gcr.io/k8s-artifacts-prod/build-image:v2.1.0
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-base:v2.1.0
ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/