update scr to 2.2.1

This commit is contained in:
Philipp 2024-04-17 11:40:01 +02:00 committed by Gitea
parent 9214d26e3f
commit 1de1ff368f
Signed by: Forgejo
GPG key ID: 5A09F9506519E10A

View file

@ -2,7 +2,7 @@ FROM alpine:3.14
LABEL maintainer="philipp@boehm.sh"
RUN \
wget -nv "https://github.com/rumblefrog/source-chat-relay/releases/download/v2.2.0/scr-linux-amd64-v2.1.5-2-gd81f03c.tar.gz" -O source-chat.tar.gz \
wget -nv "https://github.com/rumblefrog/source-chat-relay/releases/download/v2.2.1/scr-linux-amd64-v2.2.1.tar.gz" -O source-chat.tar.gz \
&& tar xf source-chat.tar.gz relay_server --strip 1 \
&& rm source-chat.tar.gz \
&& rm config.toml.example