fix build.yml (x15)

This commit is contained in:
dalbodeule 2024-06-13 23:56:32 +09:00
parent 8675d0bd85
commit d85abcbe43
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:22.1.0 as build
FROM ghcr.io/graalvm/graalvm-ce:21.3.3 as build
WORKDIR /app