Skip to content

Commit

Permalink
Update: Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CaffeeLake committed Jul 15, 2024
1 parent b39b741 commit 4d58b73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paper/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN dnf update -y --refresh \

ARG api=https://api.papermc.io \
&& project=paper \
&& version=1.20.4
&& version=1.20.6

RUN build=$(curl -fsSL ${api}/v2/projects/${project}/versions/${version}/builds -H 'Accept: application/json' | jq '.builds [-1].build') \
&& url=${api}/v2/projects/${project}/versions/${version}/builds/${build}/downloads/paper-${version}-${build}.jar \
Expand Down
2 changes: 1 addition & 1 deletion waterfall/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN dnf update -y --refresh \

ARG api=https://api.papermc.io \
&& project=waterfall \
&& version=1.20
&& version=1.21

RUN build=$(curl -fsSL ${api}/v2/projects/${project}/versions/${version}/builds -H 'Accept: application/json' | jq '.builds [-1].build') \
&& url=${api}/v2/projects/${project}/versions/${version}/builds/${build}/downloads/waterfall-${version}-${build}.jar\
Expand Down

0 comments on commit 4d58b73

Please sign in to comment.