Skip to content

Commit 9f07cc7

Browse files
committed
Update image to rtcwpro 1.4.0
1 parent f112b1f commit 9f07cc7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,28 @@ RUN mkdir -p /output/main/ && \
2929
cp /gamefiles/Main/pak0.pk3 /output/main/
3030

3131
ADD fetchRtcwPro.sh /output/fetchRtcwPro.sh
32-
RUN datapath="/output/rtcwpro-data" bash /output/fetchRtcwPro.sh "133239597" && \
32+
RUN datapath="/output/rtcwpro-data" bash /output/fetchRtcwPro.sh "182085729" && \
3333
mv /output/rtcwpro-data/rtcwpro /output/ && \
3434
mv /output/rtcwpro-data/wolfded.x86 /output/ && \
3535
rm -rf /output/rtcwpro-data
3636

37-
RUN wget --header="Host: msh100.uk" https://199.19.224.89/files/rtcw-pb.tar.gz --no-check-certificate && \
37+
RUN wget https://b2.msh100.uk/file/msh-data/rtcw-pb.tar.gz && \
3838
md5sum rtcw-pb.tar.gz | cut -d' ' -f1 | grep 6f462200f4793502b1e654d84cf79d3c && \
3939
tar -xvf rtcw-pb.tar.gz && \
4040
mv pb /output/
4141

4242
RUN unzip /output/main/mp_bin.pk3 -d /output/main && \
4343
rm -rf /output/main/*.dll
4444

45-
RUN wget --header="Host: msh100.uk" https://199.19.224.89/files/rtcw-binaries.tar.gz --no-check-certificate && \
45+
RUN wget https://b2.msh100.uk/file/msh-data/rtcw-binaries.tar.gz && \
4646
md5sum rtcw-binaries.tar.gz | cut -d' ' -f1 | grep 29ecb883c5657d3620a7d2dec7a0657f && \
4747
tar -xvf rtcw-binaries.tar.gz && \
4848
cp -r binaries/main/* /output/main/
4949

50-
RUN wget --header="Host: msh100.uk" https://199.19.224.89/files/libnoquery.so --no-check-certificate && \
50+
RUN wget https://b2.msh100.uk/file/msh-data/libnoquery.so && \
5151
md5sum libnoquery.so | cut -d' ' -f1 | grep 91d9c6fd56392c60461c996ca29d6467
5252

53-
FROM ubuntu:20.04
53+
FROM ubuntu:24.04
5454
MAINTAINER Marcus Hughes <hello@msh100.uk>
5555

5656
ENV DEBIAN_FRONTEND noninteractive

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CONF_TIMEOUTLIMIT=${TIMEOUTLIMIT:-1}
1414
CONF_SERVERCONF=${SERVERCONF:-"defaultcomp"}
1515
CONF_SETTINGSGIT=${SETTINGSURL:-"https://github.com/Oksii/rtcw-config.git"}
1616
CONF_SETTINGSBRANCH=${SETTINGSBRANCH:-"master"}
17-
CONF_CHECKVERSION=${CONF_CHECKVERSION:-"17"}
17+
CONF_CHECKVERSION=${CONF_CHECKVERSION:-"18"}
1818
CONF_STATS_SUBMIT=${STATS_SUBMIT:-"0"}
1919
CONF_STATS_URL=${STATS_URL:-"https://rtcwproapi.donkanator.com/submit"}
2020

0 commit comments

Comments
 (0)