From 7070b6d0a9f8b105110772754f8f30840a10641a Mon Sep 17 00:00:00 2001 From: Benjamin Brieber Date: Sun, 21 Apr 2024 22:33:06 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/