From 2d61bf6204c6c5d1dd59eae4f0ef0d81fa76d176 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Fri, 9 Sep 2022 14:17:38 -0700 Subject: [PATCH] update auto-pause Go version and python --- deploy/addons/auto-pause/Dockerfile | 2 +- hack/jenkins/build_iso.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/addons/auto-pause/Dockerfile b/deploy/addons/auto-pause/Dockerfile index 118a70420c..c7267fc05b 100644 --- a/deploy/addons/auto-pause/Dockerfile +++ b/deploy/addons/auto-pause/Dockerfile @@ -1,2 +1,2 @@ -FROM golang:1.18 +FROM golang:1.19 ADD auto-pause-hook /auto-pause-hook diff --git a/hack/jenkins/build_iso.sh b/hack/jenkins/build_iso.sh index f9f93b2bc8..2d7446062d 100755 --- a/hack/jenkins/build_iso.sh +++ b/hack/jenkins/build_iso.sh @@ -29,7 +29,7 @@ set -x -o pipefail # Make sure all required packages are installed sudo apt-get update -sudo apt-get -y install build-essential unzip rsync bc python2 p7zip-full +sudo apt-get -y install build-essential unzip rsync bc python3 p7zip-full if [[ -z $ISO_VERSION ]]; then release=false