diff --git a/Dockerfile b/Dockerfile index eac7700..2e88268 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ RUN apt update && apt install -y wine unzip wget RUN mkdir -p /godot/releases && mkdir -p /godot/templates WORKDIR /godot -RUN wget --no-check-certificate -q https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.2-stable_linux.x86_64.zip -RUN wget --no-check-certificate -q https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.2-stable_export_templates.tpz +RUN wget --no-check-certificate -q https://github.com/godotengine/godot/releases/download/4.2.2-stable/Godot_v4.2.2-stable_linux.x86_64.zip +RUN wget --no-check-certificate -q https://github.com/godotengine/godot/releases/download/4.2.2-stable/Godot_v4.2.2-stable_export_templates.tpz RUN unzip Godot_v4.2.2-stable_linux.x86_64.zip RUN unzip Godot_v4.2.2-stable_export_templates.tpz -d /godot