Updating to Debian bookworm and Godot 4.2.2

This commit is contained in:
YannK 2024-07-10 17:54:16 +02:00
commit 2fbe68dd3d

View file

@ -28,7 +28,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxrandr-dev \
&& rm -rf /var/lib/apt/lists/*
<<<<<<< HEAD
ENV GODOT_VERSION="4.2.2-stable"
=======
ENV GODOT_VERSION="4.0.2-stable"
>>>>>>> d821de56600d8b8fc651f35d6369976482f5fc1a
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 \