Update Dockerfile

This commit is contained in:
Clivia
2024-02-16 22:58:50 +08:00
committed by GitHub
parent 041529f9fc
commit 10e7fbd456

View File

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