From 79554d957d7acac29ada8579df07cb9fd2054912 Mon Sep 17 00:00:00 2001 From: Kotob Date: Fri, 18 Sep 2020 15:50:27 +0300 Subject: [PATCH] Update mono docker to 3.2.3 --- mono.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono.Dockerfile b/mono.Dockerfile index 743404a..d2a2473 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.2.2" +ENV GODOT_VERSION "3.2.3" # Example values: stable, beta3, rc1, alpha2, etc. # Also change the SUBDIR property when NOT using stable