From ba2ea7908ec761e417efa8f9874237d365119b3f Mon Sep 17 00:00:00 2001 From: Doc Date: Sat, 18 Jan 2025 23:38:28 +0100 Subject: [PATCH] Version bump and adjusted docker compose file --- Dockerfile | 4 ++-- docker-compose.yml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 35bcff2..b5e55f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rockylinux:9 -ARG VERSION="1.19.8" +ARG VERSION="1.20.1" RUN dnf install epel-release -y @@ -52,4 +52,4 @@ ENV PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools EXPOSE 42420 -ENTRYPOINT [ "./startup.sh" ] \ No newline at end of file +ENTRYPOINT [ "./startup.sh" ] diff --git a/docker-compose.yml b/docker-compose.yml index a0faadb..591c8e7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,8 @@ services: vintageserver: container_name: vintageserver - image: 'git.protron.dev/doc/vintagecontainer:1.3' - user: "${UID}:${GID}" + image: 'git.protron.dev/doc/vintagecontainer:latest' ports: - '42420:42420' volumes: - - ./data:/var/vintagestory/data \ No newline at end of file + - ./data:/var/vintagestory/data