Update to 3.2.3

This commit is contained in:
Barichello
2020-09-17 11:06:55 -03:00
parent 957868d787
commit 3458f6124b
3 changed files with 7 additions and 7 deletions

View File

@@ -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.2"
ENV GODOT_VERSION "3.2.3"
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 \