Skip to content

Commit 70d33c6

Browse files
committed
ci: use Ubuntu24 as base image for most tests
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent eb2be3a commit 70d33c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jenkins/public_nightly.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ node {
4747

4848
def DOCKER_IMAGE;
4949
stage('Build and Push Docker Image') {
50-
DOCKER_IMAGE = dockerPush('ubuntu22.04', 'orfs');
50+
DOCKER_IMAGE = dockerPush('ubuntu24.04', 'orfs');
5151
echo "Docker image is $DOCKER_IMAGE";
5252
}
5353

jenkins/public_tests_all.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ node {
4444

4545
def DOCKER_IMAGE;
4646
stage('Build and Push Docker Image') {
47-
DOCKER_IMAGE = dockerPush('ubuntu22.04', 'orfs');
47+
DOCKER_IMAGE = dockerPush('ubuntu24.04', 'orfs');
4848
echo "Docker image is $DOCKER_IMAGE";
4949
}
5050

0 commit comments

Comments
 (0)