Validate Fabric launcher jar and use HTTP/2 (#3606)

This commit is contained in:
Geoff Bourne
2025-08-09 17:35:15 -05:00
committed by GitHub
parent 0d834dd992
commit b6a8b95159
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
ARG MC_HELPER_VERSION=1.48.5
ARG MC_HELPER_VERSION=1.48.6
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
# used for cache busting local copy of mc-image-helper
ARG MC_HELPER_REV=1

View File

@@ -10,6 +10,6 @@ services:
griefprevention
discordsrv
VERSION_FROM_MODRINTH_PROJECTS: true
SETUP_ONLY: true
MEMORY: 2G
ports:
- "25565:25565"