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