From 049c116e11ae4541f32d6abe1940b0c8a2c3c60d Mon Sep 17 00:00:00 2001 From: yannk Date: Fri, 1 Apr 2022 20:20:39 +0200 Subject: [PATCH] Updating alpha version name to have proper folder name for templates (expecting to correct CI bug : https://git.numenaute.org/deed/client-test-CI/-/jobs/3392#L71 ) --- godot4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot4/Dockerfile b/godot4/Dockerfile index 30b2811..1d03b50 100644 --- a/godot4/Dockerfile +++ b/godot4/Dockerfile @@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ gcc-10 \ && rm -rf /var/lib/apt/lists/* -ENV GODOT_VERSION "4.0-alfa5" +ENV GODOT_VERSION "4.0.alpha5" RUN wget https://downloads.tuxfamily.org/godotengine/4.0/alpha5/Godot_v4.0-alpha5_linux.64.zip \ && wget https://downloads.tuxfamily.org/godotengine/4.0/alpha5/Godot_v4.0-alpha5_export_templates.tpz \