Update to 3.1.2

This commit is contained in:
Barichello
2019-12-10 23:20:38 -03:00
parent 30f6b9a728
commit f850901f03

View File

@@ -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 \