This commit is contained in:
2024-05-28 03:55:52 -04:00
parent b1e6604093
commit dab509a234
8 changed files with 116 additions and 23 deletions

View File

@@ -46,7 +46,7 @@ RUN set -eux && \
| jq -r '.downloads.application.sha256' \
)" && \
if [ ! "$SHA256" = "$EXPECTED" ]; then \
echo "[ERROR] SHA256=\"$SHA256\" expected \"$EXPECTED\""; \
echo "[ERROR]: SHA256=\"$SHA256\" expected \"$EXPECTED\""; \
exit 1; \
fi && \
mv /tmp/server.jar /app/velocity.jar