From 29daa7d028b9b226d8bf8215066b559c2237d998 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 27 Feb 2024 20:35:07 -0600 Subject: [PATCH 1/2] build: upgrade easy-add to 0.8.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f9c43b33270..562e7ccd741 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ EXPOSE 25565 ARG APPS_REV=1 ARG GITHUB_BASEURL=https://github.com -ARG EASY_ADD_VERSION=0.8.2 +ARG EASY_ADD_VERSION=0.8.4 ADD ${GITHUB_BASEURL}/itzg/easy-add/releases/download/${EASY_ADD_VERSION}/easy-add_${TARGETOS}_${TARGETARCH}${TARGETVARIANT} /usr/bin/easy-add RUN chmod +x /usr/bin/easy-add From cbc895e58a2145fd515883b2b40cfb12fa8be2fb Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 27 Feb 2024 21:53:41 -0600 Subject: [PATCH 2/2] Bump architectury-api version in test --- tests/setuponlytests/cf_files/listing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/setuponlytests/cf_files/listing.txt b/tests/setuponlytests/cf_files/listing.txt index 98e7394af75..ca73a6ca35b 100644 --- a/tests/setuponlytests/cf_files/listing.txt +++ b/tests/setuponlytests/cf_files/listing.txt @@ -1 +1 @@ -architectury-api@4.11.93 \ No newline at end of file +architectury-api@4.12.94 \ No newline at end of file