From f850901f0338ff41b5ea7ec65445e45bcb6ad5e9 Mon Sep 17 00:00:00 2001 From: Barichello Date: Tue, 10 Dec 2019 23:20:38 -0300 Subject: [PATCH] Update to 3.1.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae0e3fc..16d3a6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ zip \ && rm -rf /var/lib/apt/lists/* -ENV GODOT_VERSION "3.1.1" +ENV GODOT_VERSION "3.1.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 \