Skip to content

Commit e13f2d5

Browse files
patrick96zapster
authored andcommitted
Fix web image for specVersion 7
1 parent c56d405 commit e13f2d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web-image/ci/ci_common/common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ local node_map = {
5454

5555
maven: {
5656
packages+: {
57-
maven: '>=3.6.3',
57+
maven: '==3.9.10',
5858
},
5959
},
6060

web-image/ci/ci_common/wi-run-spec.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ local os_arch_jdk_mixin(mapping) = r.task_spec(r.evaluate_late({
3434

3535
docker_ol8: {
3636
docker: {
37-
image: 'phx.ocir.io/oraclelabs2/c_graal/buildslave:buildslave_ol8',
37+
image: 'buildslave_ol8',
3838
mount_modules: true,
3939
},
4040
},

0 commit comments

Comments
 (0)