From a80ac562e684142182abb30b3e8b4dfef2067a7e Mon Sep 17 00:00:00 2001 From: Barichello Date: Thu, 12 Mar 2020 10:25:10 -0300 Subject: [PATCH] Update to Godot 3.2.1 --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 842f3e0..2a3a865 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: barichello/godot-ci:3.1.2 +image: barichello/godot-ci:3.2.1 stages: - export diff --git a/Dockerfile b/Dockerfile index 2c97760..21f173d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ zip \ && rm -rf /var/lib/apt/lists/* -ENV GODOT_VERSION "3.2" +ENV GODOT_VERSION "3.2.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 \