Skip to content

Commit

Permalink
Update: Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CaffeeLake committed Jan 2, 2024
1 parent a8004bc commit 4ef189f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"platformAutomerge": false
"platformAutomerge": true
}
]
}
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.2
&& version=1.20.4

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 velocity/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=velocity \
&& version=3.2.0-SNAPSHOT
&& version=3.3.0-SNAPSHOT

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/velocity-${version}-${build}.jar \
Expand Down

0 comments on commit 4ef189f

Please sign in to comment.