update rcon

This commit is contained in:
Quinten
2023-03-13 10:13:21 +01:00
committed by GitHub
parent 767dd3df8b
commit 33a4e8410e
5 changed files with 15 additions and 15 deletions

View File

@@ -37,9 +37,9 @@ RUN dpkg --add-architecture i386 \
## install rcon
RUN cd /tmp/ \
&& curl -sSL https://github.com/gorcon/rcon-cli/releases/download/v0.10.2/rcon-0.10.2-amd64_linux.tar.gz > rcon.tar.gz \
&& curl -sSL https://github.com/gorcon/rcon-cli/releases/download/v0.10.3/rcon-0.10.3-amd64_linux.tar.gz > rcon.tar.gz \
&& tar xvf rcon.tar.gz \
&& mv rcon-0.10.2-amd64_linux/rcon /usr/local/bin/
&& mv rcon-0.10.3-amd64_linux/rcon /usr/local/bin/
USER container
ENV USER=container HOME=/home/container