From 8a87b6449b27e3d2023a4e7bb002ee0e0bc1b75d Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Tue, 30 Aug 2022 15:52:00 -0700 Subject: [PATCH] update prow image --- Makefile | 2 +- deploy/prow/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \