Update to Godot 3.2.1

This commit is contained in:
Barichello
2020-03-12 10:25:10 -03:00
parent 0c2d614e45
commit a80ac562e6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
image: barichello/godot-ci:3.1.2 image: barichello/godot-ci:3.2.1
stages: stages:
- export - export

View File

@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
zip \ zip \
&& rm -rf /var/lib/apt/lists/* && 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 \ 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 \ && wget https://downloads.tuxfamily.org/godotengine/${GODOT_VERSION}/Godot_v${GODOT_VERSION}-stable_export_templates.tpz \