Bump the packer version in the "build" image to 1.8.0.
[arvados-dev.git] / jenkins / packer-images / jenkins-image-with-docker.sh
index bff93d4f1166ebc8b9986be7d8d6e31c101c5720..8243c214f554eb36960731e16aef9c6e76d7def5 100755 (executable)
@@ -12,8 +12,8 @@ sudo usermod -a -G docker jenkins
 
 #Packer install
 cd /tmp
-wget https://releases.hashicorp.com/packer/1.7.2/packer_1.7.2_linux_amd64.zip
-unzip packer_1.7.2_linux_amd64.zip packer
+wget https://releases.hashicorp.com/packer/1.8.0/packer_1.8.0_linux_amd64.zip
+unzip packer_1.8.0_linux_amd64.zip packer
 sudo mv packer /usr/local/bin/
 
 # Install the arvados-dev repo where the Jenkins job expects it