From b5693f294f5355a4ae878fa9ae808ced16331d3b Mon Sep 17 00:00:00 2001 From: BARICHELLO Date: Fri, 26 Jun 2020 10:03:13 -0300 Subject: [PATCH] Upgrade to 3.2.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 150dab2..1dd88b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ zip \ && rm -rf /var/lib/apt/lists/* -ENV GODOT_VERSION "3.2.1" +ENV GODOT_VERSION "3.2.2" RUN wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_linux_headless.64.zip \ && wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_export_templates.tpz \