Release 3.4.1

This commit is contained in:
Barichello
2021-12-19 10:18:39 -03:00
parent 51399a21ce
commit 3e4cd2e7eb
3 changed files with 3 additions and 3 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.4"
ENV GODOT_VERSION "3.4.1"
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 \