From 3e4cd2e7ebb95885f469b15da2b17839f666882a Mon Sep 17 00:00:00 2001 From: Barichello Date: Sun, 19 Dec 2021 10:18:39 -0300 Subject: [PATCH] Release 3.4.1 --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- mono.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cf83a4..94fda9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: barichello/godot-ci:3.4 +image: barichello/godot-ci:3.4.1 # NOTE: the `cd` command in each build stage is not necessary if your # project.godot is at the repo root diff --git a/Dockerfile b/Dockerfile index 5be0e71..198c8a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/mono.Dockerfile b/mono.Dockerfile index 17112e8..e5ecf2c 100644 --- a/mono.Dockerfile +++ b/mono.Dockerfile @@ -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.4" +ENV GODOT_VERSION "3.4.1" # Example values: stable, beta3, rc1, alpha2, etc. # Also change the SUBDIR property when NOT using stable