Skip to content

Commit 43d303a

Browse files
authored
fix: Bump linuxgsm to v23.7.0
1 parent 03f0ddd commit 43d303a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN adduser --home /home/sfserver --disabled-password --shell /bin/bash --disabl
8686
# Base dir
8787
WORKDIR /home/sfserver
8888

89-
# Download linuxgsm script + perms
89+
# Download linuxgsm script v23.7.0 + perms
9090
RUN set -ex; \
9191
wget https://raw.githubusercontent.com/GameServerManagers/LinuxGSM/master/linuxgsm.sh && \
9292
chmod +x linuxgsm.sh && \

0 commit comments

Comments
 (0)