Upgrade to Godot 4.0.1 stable release
This commit is contained in:
parent
4e78d3d5f5
commit
60f1780199
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libxrandr-dev \
|
libxrandr-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV GODOT_VERSION="4.0-stable"
|
ENV GODOT_VERSION="4.0.1-stable"
|
||||||
|
|
||||||
RUN wget https://github.com/godotengine/godot/releases/download/${GODOT_VERSION}/Godot_v${GODOT_VERSION}_linux.x86_64.zip \
|
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 \
|
&& wget https://github.com/godotengine/godot/releases/download/${GODOT_VERSION}/Godot_v${GODOT_VERSION}_export_templates.tpz \
|
||||||
|
|
Loading…
Reference in a new issue