Skip to content

Commit

Permalink
chore: bump connector
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed May 10, 2024
1 parent 3335e88 commit 68073c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.debug.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

connector-demo:
container_name: connector-demo
image: ghcr.io/nmshd/connector:3.2.3
image: ghcr.io/nmshd/connector:3.10.1
environment:
CUSTOM_CONFIG_LOCATION: "/config.json"
logging__appenders__console__level: "TRACE"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.debug.school.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

connector-school:
container_name: connector-school
image: ghcr.io/nmshd/connector:3.2.3
image: ghcr.io/nmshd/connector:3.10.1
environment:
CUSTOM_CONFIG_LOCATION: "/config.json"
logging__appenders__console__level: "TRACE"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.debug.university.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

connector-university:
container_name: connector-university
image: ghcr.io/nmshd/connector:3.2.3
image: ghcr.io/nmshd/connector:3.10.1
environment:
CUSTOM_CONFIG_LOCATION: "/config.json"
ports:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:

connector-demo:
container_name: connector-demo
image: ghcr.io/nmshd/connector:3.2.3
image: ghcr.io/nmshd/connector:3.10.1
environment:
CUSTOM_CONFIG_LOCATION: "/config.json"
volumes:
Expand All @@ -35,7 +35,7 @@ services:

connector-school:
container_name: connector-school
image: ghcr.io/nmshd/connector:3.2.3
image: ghcr.io/nmshd/connector:3.10.1
environment:
CUSTOM_CONFIG_LOCATION: "/config.json"
volumes:
Expand All @@ -56,7 +56,7 @@ services:

connector-university:
container_name: connector-university
image: ghcr.io/nmshd/connector:3.2.3
image: ghcr.io/nmshd/connector:3.10.1
environment:
CUSTOM_CONFIG_LOCATION: "/config.json"
volumes:
Expand Down

0 comments on commit 68073c4

Please sign in to comment.