Skip to content

Commit

Permalink
update to experimental-5
Browse files Browse the repository at this point in the history
  • Loading branch information
drwoops committed Jun 10, 2022
1 parent 30028c5 commit c9947af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions papermc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ ARG JAVA_VERSION=17
FROM openjdk:${JAVA_VERSION}
ARG JAVA_VERSION
ARG VERSION=1.19
ARG BUILD=experimental-4
ARG BUILD=experimental-5
ARG PROJECT_URL=https://api.papermc.io/v2/projects/paper
ARG JAR=paper-${VERSION}-${BUILD}.jar
#ARG DOWNLOAD_URL=${PROJECT_URL}/versions/${VERSION}/builds/${BUILD}/downloads/${JAR}
ARG DOWNLOAD_URL=https://files.eim.one/${JAR}
ARG DOWNLOAD_URL=https://kennytv.eu/${JAR}
RUN mkdir -p /srv/paper/data
WORKDIR /srv/paper
ADD start.sh start.sh
Expand Down

0 comments on commit c9947af

Please sign in to comment.