diff --git a/Makefile b/Makefile index 43126ce968..60a225d356 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ GVISOR_TAG ?= latest AUTOPAUSE_HOOK_TAG ?= v0.0.2 # prow-test tag to push changes to -PROW_TEST_TAG ?= v0.0.2 +PROW_TEST_TAG ?= v0.0.3 # storage provisioner tag to push changes to # NOTE: you will need to bump the PreloadVersion if you change this diff --git a/deploy/prow/Dockerfile b/deploy/prow/Dockerfile index 90311fffff..78a3a16621 100644 --- a/deploy/prow/Dockerfile +++ b/deploy/prow/Dockerfile @@ -52,7 +52,7 @@ RUN echo "Installing Packages ..." \ procps \ python \ python-dev \ - python-pip \ + python3-pip \ rsync \ software-properties-common \ unzip \