Skip to content

Commit

Permalink
Merge pull request #24 from vinanrra/hotfix/bump-version
Browse files Browse the repository at this point in the history
fix: Bump linuxgsm to v23.7.0
  • Loading branch information
vinanrra authored Dec 7, 2023
2 parents 03f0ddd + 43d303a commit dfcfdeb
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 dfcfdeb

Please sign in to comment.