Skip to content

Commit a13015b

Browse files
authored
try requesting ubuntu22 instead of latest
1 parent d11e734 commit a13015b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.pwr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pipeline {
22
agent {
33
docker {
4-
image 'osuosl/ubuntu-ppc64le'
4+
image 'osuosl/ubuntu-ppc64le:22.04'
55
}
66
}
77
stages {

0 commit comments

Comments
 (0)