From f0236015dbfacfc3574d49a69361a973ea27cb8b Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Fri, 1 Apr 2022 23:19:06 +0200 Subject: [PATCH] Bumped mc version --- stacks/paper.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/paper.yml b/stacks/paper.yml index ea25723..3162285 100644 --- a/stacks/paper.yml +++ b/stacks/paper.yml @@ -2,13 +2,13 @@ version: '3.4' services: app: - image: 'chewingbever/mc-paper:1.18.2-242' + image: 'chewingbever/mc-paper:1.18.2-274' build: context: paper args: - 'BASE_IMAGE=openjdk:17-slim' - 'MC_VERSION=1.18.2' - - 'PAPERMC_VERSION=242' + - 'PAPERMC_VERSION=274' # These are necessary to make the console work stdin_open: true