Skip to content

Commit ea1e611

Browse files
authored
Update Dockerfile for astral v2.1.2
1 parent 7b262ee commit ea1e611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN mkdir /tmp/rcon
66
RUN tar -xf /tmp/rcon.tar.gz -C /tmp/rcon --strip-components=1
77

88
WORKDIR /data
9-
RUN curl -fsSL -o "/tmp/pack.zip" "https://www.curseforge.com/api/v1/mods/681792/files/5795941/download"
9+
RUN curl -fsSL -o "/tmp/pack.zip" "https://www.curseforge.com/api/v1/mods/681792/files/5864156/download"
1010
RUN curl -fsSL -o "/tmp/old.zip" "https://www.curseforge.com/api/v1/mods/681792/files/4496671/download"
1111
RUN unzip -q /tmp/pack.zip -d /data
1212
RUN unzip -q /tmp/old.zip -d /tmp/old/

0 commit comments

Comments
 (0)