Skip to content

Commit

Permalink
Bumped to iSantePlus version 2.3.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Apr 8, 2022
1 parent 8755ffc commit 7b46497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7b46497

Please sign in to comment.