Skip to content

Commit 4914ffb

Browse files
authored
neoforge: grab latest beta even when non-beta release is newer (#3227)
1 parent 03f9037 commit 4914ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
5050
--var version=${MC_SERVER_RUNNER_VERSION} --var app=mc-server-runner --file {{.app}} \
5151
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
5252

53-
ARG MC_HELPER_VERSION=1.40.7
53+
ARG MC_HELPER_VERSION=1.40.8
5454
ARG MC_HELPER_BASE_URL=${GITHUB_BASEURL}/itzg/mc-image-helper/releases/download/${MC_HELPER_VERSION}
5555
# used for cache busting local copy of mc-image-helper
5656
ARG MC_HELPER_REV=1

0 commit comments

Comments
 (0)