Skip to content

Commit

Permalink
Review fix: update docker image in Jenkinsfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Mar 26, 2024
1 parent 872f61e commit 70338aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clamav-bytecode-compiler/1.3/ubuntu/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion clamav-bytecode-compiler/unstable/ubuntu/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70338aa

Please sign in to comment.