Skip to content

Commit 62be34b

Browse files
authored
Upgrade mc-image-helper to 1.41.8 (#3429)
1 parent c0f1a7e commit 62be34b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ARG EASY_ADD_VERSION=0.8.10
3030
ADD ${GITHUB_BASEURL}/itzg/easy-add/releases/download/${EASY_ADD_VERSION}/easy-add_${TARGETOS}_${TARGETARCH}${TARGETVARIANT} /usr/bin/easy-add
3131
RUN chmod +x /usr/bin/easy-add
3232

33-
ARG RESTIFY_VERSION=1.7.8
33+
ARG RESTIFY_VERSION=1.7.9
3434
RUN easy-add --var os=${TARGETOS} --var arch=${TARGETARCH}${TARGETVARIANT} \
3535
--var version=${RESTIFY_VERSION} --var app=restify --file {{.app}} \
3636
--from ${GITHUB_BASEURL}/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_{{.os}}_{{.arch}}.tar.gz
@@ -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.41.7
53+
ARG MC_HELPER_VERSION=1.41.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

tests/setuponlytests/cf_files/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
EULA: "TRUE"
77
SETUP_ONLY: "TRUE"
88
TYPE: FABRIC
9-
VERSION: 1.18.2
9+
VERSION: 1.20.1
1010
# Contains mix of Forge and Fabric mods
1111
CURSEFORGE_FILES: |
1212
https://www.curseforge.com/minecraft/mc-mods/clumps/files/4153343
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
architectury-api@4.12.94
1+
architectury-api@9.2.14

0 commit comments

Comments
 (0)