Skip to content

Commit

Permalink
fix: Bump linuxgsm to v23.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinanrra authored Dec 7, 2023
1 parent 03f0ddd commit 43d303a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 43d303a

Please sign in to comment.