From 43d303a9ffd9318d99431a41bc2ec0ceb6bd8931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicente=20Fern=C3=A1ndez=20Guerra?= Date: Thu, 7 Dec 2023 20:29:56 +0100 Subject: [PATCH] fix: Bump linuxgsm to v23.7.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f5f6927..31d7a60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -86,7 +86,7 @@ RUN adduser --home /home/sfserver --disabled-password --shell /bin/bash --disabl # Base dir WORKDIR /home/sfserver -# Download linuxgsm script + perms +# Download linuxgsm script v23.7.0 + perms RUN set -ex; \ wget https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh && \ chmod +x linuxgsm.sh && \