diff --git a/Dockerfile b/Dockerfile index 18612f6..c05bdd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,17 +2,17 @@ FROM openjdk:8-jdk-alpine LABEL author="ViViV_" maintainer="sysadmin@whiteshield.ch" LABEL author="thehuntedpie" maintainer="thehuntedpie@gmail.com" +LABEL author="rlbr" maintainer="raphael.roberts48@gmail.com" EXPOSE 6567/TCP EXPOSE 6567/UDP -RUN apk add --update --no-cache curl ca-certificates openssl git \ - tar bash -RUN apk add --update --no-cache sqlite +RUN apk add --update --no-cache curl ca-certificates openssl git tar bash openssh +RUN apk add --update --no-cache sqlite RUN adduser -D -h /var/lib/mindustry mindustry -COPY Mindustry-server-4.0-alpha-56.jar /usr/local/share/mindustry/server.jar +COPY mindustry-server-3.5.jar /usr/local/share/mindustry/server.jar USER root diff --git a/docker-compose.build.yml b/docker-compose.build.yml index ede2dd0..8a0c3a6 100644 --- a/docker-compose.build.yml +++ b/docker-compose.build.yml @@ -3,5 +3,4 @@ version: '3.1' services: mindustry: build: . - image: thehuntedpie/mindustry:4.0-alpha-56 - + image: rlbr/mindustry-server:v3.5 diff --git a/docker-compose.yml b/docker-compose.yml index 16fb563..48197a5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.1" services: mindustry: - image: "thehuntedpie/mindustry:4.0-alpha-56" + image: "rlbr/mindustry-server:v3.5" container_name: "mindustry_server" hostname: "mindustry-server" ports: