We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f0ddd commit 43d303aCopy full SHA for 43d303a
Dockerfile
@@ -86,7 +86,7 @@ RUN adduser --home /home/sfserver --disabled-password --shell /bin/bash --disabl
86
# Base dir
87
WORKDIR /home/sfserver
88
89
-# Download linuxgsm script + perms
+# Download linuxgsm script v23.7.0 + perms
90
RUN set -ex; \
91
wget https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh && \
92
chmod +x linuxgsm.sh && \
0 commit comments