From 65ebf5e5362054cc357661f0605821fa3365da95 Mon Sep 17 00:00:00 2001 From: Barichello Date: Wed, 29 Jan 2020 21:48:19 -0300 Subject: [PATCH] Update to Godot 3.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 407e5ee..2c97760 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.2" +ENV GODOT_VERSION "3.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 \