Skip to content

Commit

Permalink
Updating docker compose image versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Sep 25, 2024
1 parent c8a00a5 commit 55d400a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
philter:
depends_on:
- ph-eye
image: philterd/philter:2.5.0
image: philterd/philter:2.6.0
ports:
- "8080:8080"
networks:
Expand All @@ -21,7 +21,7 @@ services:
philter-ui:
depends_on:
- philter
image: philterd/philter-ui:2.5.0
image: philterd/philter-ui:2.6.0
ports:
- "9000:9000"
networks:
Expand Down

0 comments on commit 55d400a

Please sign in to comment.