Skip to content

Commit

Permalink
chore: upgrade native image checks to graalvm-22.3.0 (#1718)
Browse files Browse the repository at this point in the history
chore: upgrade native image checks to graalvm-22.3.0
  • Loading branch information
mpeddada1 committed Nov 28, 2022
1 parent 6ed3a83 commit 5e52896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.0"
}

env_vars: {
Expand Down
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.0"
}

env_vars: {
Expand Down

0 comments on commit 5e52896

Please sign in to comment.