Updating Godot stable version

This commit is contained in:
YannK 2024-07-10 17:41:26 +02:00
parent 4e78d3d5f5
commit 52b91a4bc7

View file

@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxrandr-dev \
&& rm -rf /var/lib/apt/lists/*
ENV GODOT_VERSION="4.0-stable"
ENV GODOT_VERSION="4.2.2-stable"
RUN wget https://github.com/godotengine/godot/releases/download/${GODOT_VERSION}/Godot_v${GODOT_VERSION}_linux.x86_64.zip \
&& wget https://github.com/godotengine/godot/releases/download/${GODOT_VERSION}/Godot_v${GODOT_VERSION}_export_templates.tpz \