diff --git a/Dockerfile b/Dockerfile index 5c236a7..db041fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM maven:3.6-jdk-8 as download ARG USERNAME ARG TOKEN -ARG ISANTEPLUS_VERSION=v2.2.2 +ARG ISANTEPLUS_VERSION=v2.3.0 RUN apt-get update; \ apt-get install -y --no-install-recommends \ diff --git a/docker-compose.yaml b/docker-compose.yaml index f410bf3..9aa685a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -22,7 +22,7 @@ services: # Change to something like `:latest` for non-ci builds. isanteplus: restart: unless-stopped - image: ghcr.io/isanteplus/docker-isanteplus-server:pr-14 + image: ghcr.io/isanteplus/docker-isanteplus-server:ci container_name: isanteplus hostname: isanteplus ports: