diff --git a/Dockerfile b/Dockerfile index 3006883..eac7700 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,11 +5,11 @@ 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.1-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.1-stable_export_templates.tpz +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 unzip Godot_v4.2.1-stable_linux.x86_64.zip -RUN unzip Godot_v4.2.1-stable_export_templates.tpz -d /godot +RUN unzip Godot_v4.2.2-stable_linux.x86_64.zip +RUN unzip Godot_v4.2.2-stable_export_templates.tpz -d /godot RUN mkdir -p /root/.local/share/godot/export_templates/