We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2339a commit b717283Copy full SHA for b717283
Dockerfile
@@ -11,7 +11,7 @@ RUN rm -r /tmp/rcon.tar.gz /tmp/rcon
11
12
RUN mkdir /data
13
WORKDIR /data
14
-RUN curl -fsSL -o "/tmp/pack.zip" "https://www.curseforge.com/api/v1/mods/681792/files/4731348/download"
+RUN curl -fsSL -o "/tmp/pack.zip" "https://www.curseforge.com/api/v1/mods/681792/files/4496671/download"
15
RUN unzip -q /tmp/pack.zip
16
RUN rm /tmp/pack.zip
17
0 commit comments