Update Dockerfile

This commit is contained in:
Clivia
2024-02-16 22:43:12 +08:00
committed by GitHub
parent f4e4a43408
commit 7789657e2a

View File

@@ -1,5 +1,5 @@
# Using Oracle GraalVM for JDK 17
FROM container-registry.oracle.com/graalvm/native-image:21-ol8 AS builder
FROM devatherock/graalvm:21-ol8 AS builder
# Set the working directory to /home/app
WORKDIR /build