update auto-pause Go version and python

pull/14935/head
Steven Powell 2022-09-09 14:17:38 -07:00
parent 0994a96f38
commit 2d61bf6204
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
FROM golang:1.18
FROM golang:1.19
ADD auto-pause-hook /auto-pause-hook

View File

@ -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