We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a41c7 commit 9ef9d8bCopy full SHA for 9ef9d8b
2 files changed
.cloudbuild/graalvm-b.Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM ghcr.io/graalvm/graalvm-community:23.0.2-ol9-20250121
+FROM ghcr.io/graalvm/graalvm-community:24.0.1-ol9-20250415
16
17
# native-image comes out of the box
18
RUN native-image --version
.cloudbuild/graalvm-b.yaml
@@ -17,7 +17,7 @@ commandTests:
- name: "version"
command: ["java", "-version"]
19
# java -version outputs to stderr...
20
- expectedError: ["openjdk version \"23.0.2\"", "GraalVM CE 23.0.2"]
+ expectedError: ["openjdk version \"24.0.1\"", "GraalVM CE 24.0.1"]
21
- name: "maven"
22
command: ["mvn", "-version"]
23
expectedOutput: ["Apache Maven 3.9.4"]
0 commit comments