update prow image
parent
67f0590247
commit
8a87b6449b
2
Makefile
2
Makefile
|
@ -111,7 +111,7 @@ GVISOR_TAG ?= latest
|
||||||
AUTOPAUSE_HOOK_TAG ?= v0.0.2
|
AUTOPAUSE_HOOK_TAG ?= v0.0.2
|
||||||
|
|
||||||
# prow-test tag to push changes to
|
# 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
|
# storage provisioner tag to push changes to
|
||||||
# NOTE: you will need to bump the PreloadVersion if you change this
|
# NOTE: you will need to bump the PreloadVersion if you change this
|
||||||
|
|
|
@ -52,7 +52,7 @@ RUN echo "Installing Packages ..." \
|
||||||
procps \
|
procps \
|
||||||
python \
|
python \
|
||||||
python-dev \
|
python-dev \
|
||||||
python-pip \
|
python3-pip \
|
||||||
rsync \
|
rsync \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
unzip \
|
unzip \
|
||||||
|
|
Loading…
Reference in New Issue