paper: bump versions

master
Jef Roosens 2023-08-12 17:41:43 +02:00
parent cc2754b3aa
commit cf255a0b1a
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -24,7 +24,7 @@ ARG MC_VERSION
ARG PAPERMC_VERSION
# Install alex binary
ADD "https://git.rustybever.be/api/packages/Chewing_Bever/generic/alex/0.3.1/alex-linux-amd64" /bin/alex
ADD "https://git.rustybever.be/api/packages/Chewing_Bever/generic/alex/0.4.0/alex-linux-amd64" /bin/alex
RUN chmod +x /bin/alex && \
addgroup -Sg 1000 paper && \
@ -44,9 +44,9 @@ RUN chown -R paper:paper /app
VOLUME /app/config/cache
ENV ALEX_JAR=/app/server.jar \
ALEX_CONFIG_DIR=/app/config \
ALEX_WORLD_DIR=/app/worlds \
ALEX_BACKUP_DIR=/app/backups \
ALEX_CONFIG=/app/config \
ALEX_WORLD=/app/worlds \
ALEX_BACKUP=/app/backups \
ALEX_SERVER=paper \
ALEX_SERVER_VERSION="${MC_VERSION}-${PAPERMC_VERSION}"