From 50a4a94e937951f25d0deb6763b533a886134302 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 12 Mar 2022 18:00:02 +0100 Subject: [PATCH] Updated papermc version --- stacks/paper.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stacks/paper.yml b/stacks/paper.yml index 54acaf5..ea25723 100644 --- a/stacks/paper.yml +++ b/stacks/paper.yml @@ -2,13 +2,13 @@ version: '3.4' services: app: - image: 'chewingbever/mc-paper:1.18.1-103' + image: 'chewingbever/mc-paper:1.18.2-242' build: context: paper args: - 'BASE_IMAGE=openjdk:17-slim' - - 'MC_VERSION=1.18.1' - - 'PAPERMC_VERSION=103' + - 'MC_VERSION=1.18.2' + - 'PAPERMC_VERSION=242' # These are necessary to make the console work stdin_open: true