Compare commits

...

2 Commits

Author SHA1 Message Date
Doc
cdb94fbb88 Version bump to 1.4 2024-08-08 08:13:27 +02:00
Doc
531c011746 Switched to the Rocky Minimal image 2024-08-08 08:13:02 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
FROM rockylinux:9
FROM rockylinux:9-minimal
ARG VERSION="1.19.8"
RUN dnf install epel-release -y
RUN microdnf install epel-release -y
RUN dnf install procps-ng screen wget libicu -y
RUN microdnf install procps-ng screen wget libicu tar findutils -y
RUN useradd -d /home/vintagestory vintagestory

View File

@@ -1,7 +1,7 @@
services:
vintageserver:
container_name: vintageserver
image: 'git.protron.dev/doc/vintagecontainer:1.3'
image: 'git.protron.dev/doc/vintagecontainer:1.4'
user: "${UID}:${GID}"
ports:
- '42420:42420'