Bumped mc version

master
Jef Roosens 2022-04-01 23:19:06 +02:00
parent 13813b8790
commit f0236015db
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 2 additions and 2 deletions

View File

@ -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