Skip to content

Commit

Permalink
feat: update graal-sdk to 24 and graalvm-A to 22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Apr 24, 2024
1 parent a3cbf7d commit c6ef2ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .cloudbuild/graalvm-a.Dockerfile
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion native-image-shared-config/pom.xml
Expand Up @@ -59,7 +59,7 @@

<properties>
<surefire.version>3.2.5</surefire.version>
<graal-sdk.version>22.3.5</graal-sdk.version>
<graal-sdk.version>24.0.1</graal-sdk.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit c6ef2ea

Please sign in to comment.