From 01a123deef9adf7b853705e6569c7ba17d1c02dd Mon Sep 17 00:00:00 2001 From: Benjamin Brieber Date: Sun, 21 Apr 2024 22:35:57 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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