Release 3.4.2

This commit is contained in:
Barichello
2021-12-22 17:13:42 -03:00
parent 3e4cd2e7eb
commit f8fb9f6629
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
image: barichello/godot-ci:3.4.1 image: barichello/godot-ci:3.4.2
# NOTE: the `cd` command in each build stage is not necessary if your # NOTE: the `cd` command in each build stage is not necessary if your
# project.godot is at the repo root # project.godot is at the repo root

View File

@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
openjdk-8-jdk-headless \ openjdk-8-jdk-headless \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV GODOT_VERSION "3.4.1" ENV GODOT_VERSION "3.4.2"
RUN wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_linux_headless.64.zip \ 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 \ && 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 # When in doubt see the downloads page
# https://downloads.tuxfamily.org/godotengine/ # https://downloads.tuxfamily.org/godotengine/
ENV GODOT_VERSION "3.4.1" ENV GODOT_VERSION "3.4.2"
# Example values: stable, beta3, rc1, alpha2, etc. # Example values: stable, beta3, rc1, alpha2, etc.
# Also change the SUBDIR property when NOT using stable # Also change the SUBDIR property when NOT using stable