From d85abcbe43137785b76a04966075498fb15a2cc9 Mon Sep 17 00:00:00 2001 From: dalbodeule <11470513+dalbodeule@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:56:32 +0900 Subject: [PATCH] fix build.yml (x15) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24fd51f..09df7c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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