File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-public-resources/graalvm_a:1.7.7 "
6
+ value: " gcr.io/cloud-devrel-public-resources/graalvm_a:1.9.0 "
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-public-resources/graalvm_b:1.7.7 "
6
+ value: " gcr.io/cloud-devrel-public-resources/graalvm_b:1.9.0 "
7
7
}
8
8
9
9
env_vars: {
@@ -30,4 +30,4 @@ env_vars: {
30
30
env_vars: {
31
31
key: " SECRET_MANAGER_KEYS"
32
32
value: " java-it-service-account"
33
- }
33
+ }
Original file line number Diff line number Diff line change 92
92
<parent >
93
93
<groupId >com.google.cloud</groupId >
94
94
<artifactId >native-image-shared-config</artifactId >
95
- <version >1.7.7 </version >
95
+ <version >1.9.0 </version >
96
96
</parent >
97
97
98
98
<!--
You can’t perform that action at this time.
0 commit comments