Skip to content

Commit

Permalink
change gid and uid number
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed May 8, 2024
1 parent 176629c commit da79d8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu-2204
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ RUN echo "**** Install Node.js ****" \

# Install GameDig https://docs.linuxgsm.com/requirements/gamedig
RUN echo "**** Install GameDig ****" \
&& npm install -g gamedig@4.3.1
&& npm install -g gamedig@5.0.0-beta.2

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.ubuntu-2404
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ENV LGSM_DEV=false
ENV GAMESERVER=jc2server
ENV UPDATE_CHECK=60
ENV USER=linuxgsm
ENV UID=1000
ENV GID=1000
ENV UID=1001
ENV GID=1001

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit da79d8c

Please sign in to comment.