Skip to content

Commit

Permalink
Merge pull request #172 from internet2/pc_November23
Browse files Browse the repository at this point in the history
bump midPoint to 4.8
  • Loading branch information
pcaskey authored Nov 13, 2023
2 parents f853096 + 59e2a22 commit 022074e
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 022074e

Please sign in to comment.