From c6ef2ea3d6c9e1984f8526c32bde412bdb659aaf Mon Sep 17 00:00:00 2001 From: mpeddada1 Date: Wed, 24 Apr 2024 21:48:25 +0000 Subject: [PATCH] feat: update graal-sdk to 24 and graalvm-A to 22.x --- .cloudbuild/graalvm-a.Dockerfile | 5 ++--- native-image-shared-config/pom.xml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.cloudbuild/graalvm-a.Dockerfile b/.cloudbuild/graalvm-a.Dockerfile index 41505aa6..4a22a055 100644 --- a/.cloudbuild/graalvm-a.Dockerfile +++ b/.cloudbuild/graalvm-a.Dockerfile @@ -12,10 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ghcr.io/graalvm/graalvm-ce:ol7-java11-22.3.3-b1 +FROM ghcr.io/graalvm/graalvm-community:21.0.2-ol7-20240116 -RUN gu install native-image && \ - yum update -y && \ +RUN yum update -y && \ yum install -y wget unzip git && \ # Install maven wget -q https://archive.apache.org/dist/maven/maven-3/3.9.4/binaries/apache-maven-3.9.4-bin.zip -O /tmp/maven.zip && \ diff --git a/native-image-shared-config/pom.xml b/native-image-shared-config/pom.xml index 71d61a0b..591a8e07 100644 --- a/native-image-shared-config/pom.xml +++ b/native-image-shared-config/pom.xml @@ -59,7 +59,7 @@ 3.2.5 - 22.3.5 + 24.0.1