From e53933d1fb1521b0e6601223bd881a7fd7afac8d Mon Sep 17 00:00:00 2001 From: Baptiste Lesquoy Date: Thu, 22 Aug 2024 22:29:19 +0700 Subject: [PATCH] Update Dockerfile alpha --- tags/alpha/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tags/alpha/Dockerfile b/tags/alpha/Dockerfile index 73f3756..4124169 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.07.0 | grep "/GAMA_2024.07.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.08.0 | grep "/GAMA_2024.08.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