Skip to content

Commit 9e6e81c

Browse files
author
RahulMR42
committed
adjusting graal version
1 parent 912f015 commit 9e6e81c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oci-build-examples/oci_devops_build_with_graalenterprise/build_spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
echo "BUILDRUN_HASH: " $BUILDRUN_HASH
2020
2121
- type: Command
22-
name: "Install- GraalVM 2.2 with Native Image (Java17)"
22+
name: "Install- GraalVM 22.2 with Native Image (Java17)"
2323
command: |
2424
yum -y install graalvm22-ee-17-native-image
2525
- type: Command

oci-build-examples/oci_devops_build_with_graalenterprise/build_spec_verbose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ steps:
3030
printf "Contents of etc/yum.repos.d/oci-included-ol7.repo file:\n $(cat "etc/yum.repos.d/oci-included-ol7.repo") \n"
3131
printf "Output of yum list graalvm22-ee-17* :\n $(yum list graalvm22-ee-17*) \n"
3232
- type: Command
33-
name: "Install- GraalVM 2.2 with Native Image (Java17)"
33+
name: "Install- GraalVM 22.2 with Native Image (Java17)"
3434
command: |
3535
yum -y install graalvm22-ee-17-native-image
3636
- type: Command

0 commit comments

Comments
 (0)