Bumped mc & signald

master
Jef Roosens 2022-04-23 12:05:21 +02:00
parent adb1168742
commit 939d63e61b
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
2 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@ services:
- 'signald:/signald' - 'signald:/signald'
signald: signald:
image: 'signald/signald:0.18.0' image: 'signald/signald:0.18.1'
deploy: deploy:
mode: 'replicated' mode: 'replicated'

View File

@ -2,13 +2,13 @@ version: '3.4'
services: services:
app: app:
image: 'chewingbever/mc-paper:1.18.2-274' image: 'chewingbever/mc-paper:1.18.2-305'
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=274' - 'PAPERMC_VERSION=305'
# These are necessary to make the console work # These are necessary to make the console work
stdin_open: true stdin_open: true