update auto-pause Go version and python
parent
0994a96f38
commit
2d61bf6204
|
@ -1,2 +1,2 @@
|
|||
FROM golang:1.18
|
||||
FROM golang:1.19
|
||||
ADD auto-pause-hook /auto-pause-hook
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue