fix build.yml (x16)

This commit is contained in:
dalbodeule 2024-06-14 00:05:18 +09:00
parent d85abcbe43
commit 618a31c121
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -1,5 +1,5 @@
# Stage 1: Build the executable with GraalVM
FROM ghcr.io/graalvm/graalvm-ce:21.3.3 as build
FROM ghcr.io/graalvm/native-image-community:21-muslib-ol8 as build
WORKDIR /app