Compare commits

...

2 Commits

Author SHA1 Message Date
Jef Roosens fdfcfe339c
Merge branch 'master' of gitlab.com:rusty-bever/deployment 2023-03-25 16:22:08 +01:00
Jef Roosens dee2327f5b
paper: update image 2023-03-25 16:21:52 +01:00
1 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@ version: '3.4'
services: services:
app: app:
image: 'git.rustybever.be/chewing_bever/mc-paper:1.19.2-290' image: 'git.rustybever.be/chewing_bever/mc-paper:1.19.4-471'
build: build:
context: paper context: paper
args: args:
- 'MC_VERSION=1.19.2' - 'MC_VERSION=1.19.4'
- 'PAPERMC_VERSION=290' - 'PAPERMC_VERSION=471'
# These are necessary to make the console work # These are necessary to make the console work
stdin_open: true stdin_open: true