Skip to content

Commit 9ef9d8b

Browse files
authored
feat: update GraalVM image B to GraalVM for JDK 24 (#1024)
update GraalVM image B to JDK 24, remove unsupported GraalVM 23.
1 parent 28a41c7 commit 9ef9d8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.cloudbuild/graalvm-b.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM ghcr.io/graalvm/graalvm-community:23.0.2-ol9-20250121
15+
FROM ghcr.io/graalvm/graalvm-community:24.0.1-ol9-20250415
1616

1717
# native-image comes out of the box
1818
RUN native-image --version

.cloudbuild/graalvm-b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commandTests:
1717
- name: "version"
1818
command: ["java", "-version"]
1919
# java -version outputs to stderr...
20-
expectedError: ["openjdk version \"23.0.2\"", "GraalVM CE 23.0.2"]
20+
expectedError: ["openjdk version \"24.0.1\"", "GraalVM CE 24.0.1"]
2121
- name: "maven"
2222
command: ["mvn", "-version"]
2323
expectedOutput: ["Apache Maven 3.9.4"]

0 commit comments

Comments
 (0)