Skip to content

Commit b259b3c

Browse files
authored
Revert "chore(deps): update ghcr.io/graalvm/graalvm-ce docker tag to v22.3.3 (#9962)" (#9976)
This reverts commit 798be10.
1 parent 602f06a commit b259b3c

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

‎.kokoro/nightly/graalvm-native-17.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.3"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.2"
77
}
88

99
env_vars: {

‎.kokoro/nightly/graalvm-native.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.3"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.2"
77
}
88

99
env_vars: {

‎.kokoro/nightly/graalvm-sub-jobs/native-17/common.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env_vars: {
2424

2525
env_vars: {
2626
key: "TRAMPOLINE_IMAGE"
27-
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.3"
27+
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.2"
2828
}
2929

3030
env_vars: {

‎.kokoro/nightly/graalvm-sub-jobs/native/common.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env_vars: {
2929

3030
env_vars: {
3131
key: "TRAMPOLINE_IMAGE"
32-
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.3"
32+
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.2"
3333
}
3434

3535
# TODO: remove this after we've migrated all tests and scripts

‎.kokoro/presubmit/graalvm-native-17-presubmit.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.3"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.2"
77
}
88

99
env_vars: {

‎.kokoro/presubmit/graalvm-native-presubmit.cfg‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.3"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.2"
77
}
88

99
env_vars: {

0 commit comments

Comments
 (0)