mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-06-15 01:36:16 +02:00
Bumped mc version
This commit is contained in:
parent
13813b8790
commit
f0236015db
1 changed files with 2 additions and 2 deletions
|
|
@ -2,13 +2,13 @@ version: '3.4'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: 'chewingbever/mc-paper:1.18.2-242'
|
image: 'chewingbever/mc-paper:1.18.2-274'
|
||||||
build:
|
build:
|
||||||
context: paper
|
context: paper
|
||||||
args:
|
args:
|
||||||
- 'BASE_IMAGE=openjdk:17-slim'
|
- 'BASE_IMAGE=openjdk:17-slim'
|
||||||
- 'MC_VERSION=1.18.2'
|
- 'MC_VERSION=1.18.2'
|
||||||
- 'PAPERMC_VERSION=242'
|
- 'PAPERMC_VERSION=274'
|
||||||
|
|
||||||
# These are necessary to make the console work
|
# These are necessary to make the console work
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue