Skip to content

Commit

Permalink
bump midPoint to 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 13, 2023
1 parent 55d131d commit 59e2a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Workbench/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ services:
- comanage_midpoint_data:/var/lib/postgresql/data

data_init:
image: i2incommon/midpoint:4.7.2
image: i2incommon/midpoint:4.8
command: >
bash -c "
chmod 777 /opt/mp-pw/ ;
Expand Down
2 changes: 1 addition & 1 deletion Workbench/midpoint_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM i2incommon/midpoint:4.7.2
FROM i2incommon/midpoint:4.8

ARG CSPHOSTNAME=localhost
ENV CSPHOSTNAME=$CSPHOSTNAME
Expand Down

0 comments on commit 59e2a22

Please sign in to comment.