From faf95dbdaae7f45f0bfa3c35b898650b34d2aa45 Mon Sep 17 00:00:00 2001 From: Barichello Date: Mon, 24 May 2021 22:43:55 -0300 Subject: [PATCH] Release 3.3.2 --- Dockerfile | 2 +- mono.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8aed365..d6a4c14 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.3.1" +ENV GODOT_VERSION "3.3.2" 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 49d136a..d54ab18 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.3.1" +ENV GODOT_VERSION "3.3.2" # Example values: stable, beta3, rc1, alpha2, etc. # Also change the SUBDIR property when NOT using stable