Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IsantePlus/docker-isanteplus-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.2
Choose a base ref
...
head repository: IsantePlus/docker-isanteplus-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 8, 2022

  1. Copy the full SHA
    7b46497 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 Dockerfile
  2. +1 −1 docker-compose.yaml
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 \
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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: