Release 3.3.2

This commit is contained in:
Barichello
2021-05-24 22:43:55 -03:00
parent 586a040ffe
commit faf95dbdaa
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
openjdk-8-jdk-headless \
&& rm -rf /var/lib/apt/lists/*
ENV GODOT_VERSION "3.3.1"
ENV GODOT_VERSION "3.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 \

View File

@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# When in doubt see the downloads page
# https://downloads.tuxfamily.org/godotengine/
ENV GODOT_VERSION "3.3.1"
ENV GODOT_VERSION "3.3.2"
# Example values: stable, beta3, rc1, alpha2, etc.
# Also change the SUBDIR property when NOT using stable