From 37162ca7b5f3db3153c5e29220da5337be7e7bf8 Mon Sep 17 00:00:00 2001 From: RoiArthurB Date: Tue, 19 Nov 2024 09:58:34 +0700 Subject: [PATCH] [ALPHA] Fix release download URL --- tags/alpha/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags/alpha/Dockerfile b/tags/alpha/Dockerfile index 4124169..01e19ce 100644 --- a/tags/alpha/Dockerfile +++ b/tags/alpha/Dockerfile @@ -19,7 +19,7 @@ RUN mkdir -p /opt/gama-platform RUN cd /opt/gama-platform # Install GAMA v1.9.4 w/o JDK -RUN wget -q $(curl https://api.github.com/repos/gama-platform/gama/releases/tags/2024.08.0 | grep "/GAMA_2024.08.0_Linux_[0-9].*zip" | cut -d ':' -f 2,3 | tr -d \") -O "gama.zip" && \ +RUN wget -q $(curl https://api.github.com/repos/gama-platform/gama/releases/tags/2024.11.0 | grep "/GAMA_2024.11.0_Linux_[0-9].*zip" | cut -d ':' -f 2,3 | tr -d \") -O "gama.zip" && \ unzip gama.zip -d /opt/gama-platform # Set absolute path