Skip to content

Commit

Permalink
EaglercraftXVelocity commit ID
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Jan 27, 2025
1 parent 6cb3c46 commit adc7fd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mc-all-platform-velocity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ${BUILD_FROM}

ENV VELOCITY_VERS="3.4.0-SNAPSHOT"
ENV VELOCITY_BUILD="458"
ENV EAGLER_COMMIT_ID="ed97c1ac0082547d5d289eb0677b2565acaa9876"
ENV VIAVERSION_VERS="5.2.1"
ENV VIABACKWARDS_VERS="5.2.1"
ENV VIAREWIND_VERS="4.0.5"
Expand Down Expand Up @@ -48,7 +49,7 @@ RUN curl --no-progress-meter \
-H "Accept-Encoding: identity" \
-H "Accept-Language: en" -L -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4.212 Safari/537.36" \
-o EaglerXVelocity-Latest.jar \
"https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8/raw/branch/main/gateway/EaglercraftXVelocity/EaglerXVelocity-Latest.jar"
"https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8/raw/commit/$EAGLER_COMMIT_ID/gateway/EaglercraftXVelocity/EaglerXVelocity-Latest.jar"

# for old clients including Eaglercraft
RUN curl --no-progress-meter \

Check failure on line 55 in mc-all-platform-velocity/Dockerfile

View workflow job for this annotation

GitHub Actions / Lint mc-all-platform-velocity add-on Dockerfile

DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
Expand Down

0 comments on commit adc7fd8

Please sign in to comment.