更新 Dockerfile

This commit is contained in:
Clivia
2024-02-17 14:56:17 +08:00
committed by GitHub
parent 8c3ac36473
commit 84831cf61d

View File

@@ -1,5 +1,5 @@
# Using Oracle GraalVM for JDK 17
FROM oracle/graalvm-ce:21.0.0.2 as builder
FROM devatherock/graalvm:21-ol8 AS builder
# Set the working directory to /build
WORKDIR /build