From aa7d0590475b109314edc8c16aee204da5487c06 Mon Sep 17 00:00:00 2001 From: Barichello Date: Sun, 28 Apr 2019 16:56:05 -0300 Subject: [PATCH] Update to Godot 3.1.1 release --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57baeec..941a073 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: barichello/godot-ci:3.1 +image: barichello/godot-ci:3.1.1 variables: EXPORT_NAME: gameoff diff --git a/Dockerfile b/Dockerfile index a5d07e2..ae0e3fc 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.1" +ENV GODOT_VERSION "3.1.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 \