Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Reif authored Jan 10, 2024
1 parent 3748a19 commit 7fd90ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.3"
services:

postgres-db:
image: postgres:11-alpine
image: postgres:15.5-alpine
container_name: postgres-db
ports:
- "5432:5432"
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
- healenium

selector-imitator:
image: healenium/hlm-selector-imitator:1.1
image: healenium/hlm-selector-imitator:1.3
container_name: selector-imitator
restart: on-failure
ports:
Expand Down

0 comments on commit 7fd90ce

Please sign in to comment.