From 70338aa12d3c0ae7138a3da6d8deccb5bf263d10 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Tue, 26 Mar 2024 13:56:17 -0400 Subject: [PATCH] Review fix: update docker image in Jenkinsfiles --- clamav-bytecode-compiler/1.3/ubuntu/Jenkinsfile | 2 +- clamav-bytecode-compiler/unstable/ubuntu/Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clamav-bytecode-compiler/1.3/ubuntu/Jenkinsfile b/clamav-bytecode-compiler/1.3/ubuntu/Jenkinsfile index ee0a543..2cf15db 100644 --- a/clamav-bytecode-compiler/1.3/ubuntu/Jenkinsfile +++ b/clamav-bytecode-compiler/1.3/ubuntu/Jenkinsfile @@ -55,7 +55,7 @@ node('docker') { // Make sure we have the latest base image. sh """ - docker pull ubuntu:20.04 + docker pull ubuntu:23.04 """ // Login to docker hub diff --git a/clamav-bytecode-compiler/unstable/ubuntu/Jenkinsfile b/clamav-bytecode-compiler/unstable/ubuntu/Jenkinsfile index 491d8a7..89fa944 100644 --- a/clamav-bytecode-compiler/unstable/ubuntu/Jenkinsfile +++ b/clamav-bytecode-compiler/unstable/ubuntu/Jenkinsfile @@ -50,7 +50,7 @@ node('docker') { [[envVar: 'DOCKER_USER', vaultKey: 'username'],[envVar: 'DOCKER_PASSWD', vaultKey: 'password']]]]]) { // Make sure we have the latest base image. sh """ - docker pull ubuntu:20.04 + docker pull ubuntu:23.04 """ // Login to docker hub