Skip to content

Commit

Permalink
Change server version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice1143 committed Aug 21, 2023
1 parent a7df892 commit d901ca2
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 @@ -14,7 +14,7 @@ RUN useradd -u 5000 -m -d /var/lib/mtasa/ mtasa
WORKDIR /var/lib/mtasa

# Download and install MTA Server
RUN wget -q -O mta.tar.gz https://nightly.multitheftauto.com/multitheftauto_linux_x64-1.6.0-rc-21884.tar.gz && \
RUN wget -q -O mta.tar.gz https://nightly.multitheftauto.com/multitheftauto_linux_x64-1.6.0-rc-21966.tar.gz && \
tar xfz mta.tar.gz && mv multitheftauto*/* ./ && \
ls -ls && \
rm -Rf multitheftauto* && \
Expand Down

0 comments on commit d901ca2

Please sign in to comment.