Updated papermc version

master
Jef Roosens 2022-03-12 18:00:02 +01:00
parent 11868ac57a
commit 50a4a94e93
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@ version: '3.4'
services: services:
app: app:
image: 'chewingbever/mc-paper:1.18.1-103' image: 'chewingbever/mc-paper:1.18.2-242'
build: build:
context: paper context: paper
args: args:
- 'BASE_IMAGE=openjdk:17-slim' - 'BASE_IMAGE=openjdk:17-slim'
- 'MC_VERSION=1.18.1' - 'MC_VERSION=1.18.2'
- 'PAPERMC_VERSION=103' - 'PAPERMC_VERSION=242'
# These are necessary to make the console work # These are necessary to make the console work
stdin_open: true stdin_open: true