Skip to content

Commit

Permalink
chore(deps): update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 23, 2024
1 parent abb88ac commit 5bfbedf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
# Portal-specific services
mongo:
container_name: mongo
image: mongo:4.4.20
image: mongo:4.4.28
restart: always
environment:
MONGO_INITDB_DATABASE: dev
Expand Down Expand Up @@ -138,7 +138,7 @@ services:

wiremock:
container_name: wiremock
image: wiremock/wiremock:3.3.1-2
image: wiremock/wiremock:3.4.1-2
ports:
- '8181:8181'
entrypoint:
Expand Down

0 comments on commit 5bfbedf

Please sign in to comment.