From 42bbd9d5f92967e237db5f1423564b4209fa5691 Mon Sep 17 00:00:00 2001 From: anaxios Date: Tue, 25 Feb 2025 22:18:04 -0800 Subject: [PATCH] update to holesail v1.10.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index deaf176..c4be5e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /temp COPY run.sh . RUN chmod +x run.sh -RUN npm install -g holesail +RUN npm install -g holesail@1.10.1 ENV MODE server ENV HOST 0.0.0.0