Skip to content

Commit

Permalink
Bump yourkit profiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Dec 7, 2023
1 parent 90af961 commit 7f0ea20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions minecraft.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ ENV\
WORKDIR /opt/minecraft

# Install YourKit Java Profiler agents
RUN wget https://www.yourkit.com/download/docker/YourKit-JavaProfiler-2023.5-docker.zip -P /tmp/ && \
unzip /tmp/YourKit-JavaProfiler-2023.5-docker.zip -d /usr/local && \
rm /tmp/YourKit-JavaProfiler-2023.5-docker.zip
RUN wget https://www.yourkit.com/download/docker/YourKit-JavaProfiler-2023.9-docker.zip -P /tmp/ && \
unzip /tmp/YourKit-JavaProfiler-2023.9-docker.zip -d /usr/local && \
rm /tmp/YourKit-JavaProfiler-2023.9-docker.zip

# Install keepup
RUN wget -nv -O keepup.zip https://github.com/MineInAbyss/Keepup/releases/download/v${KEEPUP_VERSION}/keepup-${KEEPUP_VERSION}.zip \
Expand Down

0 comments on commit 7f0ea20

Please sign in to comment.