From b0ef21e3b4b4a7f08ed056cc397ea9f020f0f7f8 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sat, 29 Aug 2020 09:27:24 +0200 Subject: [PATCH] update papermc --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d127e5d..e092615 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk --no-cache add \ openssl \ curl -RUN curl -L -o /paper.jar https://papermc.io/api/v1/paper/1.16.1/131/download +RUN curl -L -o /paper.jar https://papermc.io/api/v1/paper/1.16.2/159/download FROM thallian/confd-env:latest