Skip to content

Commit

Permalink
Update docker.io/mongo Docker tag to v4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent ba4d439 commit 9049007
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ services:
- cbioportal_net
cbioportal-session-database:
restart: unless-stopped
image: docker.io/mongo:4.2
image: docker.io/mongo:4.4
container_name: cbioportal_session_database_container
environment:
MONGO_INITDB_DATABASE: session_service
Expand Down
2 changes: 1 addition & 1 deletion compose-research.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:
- cbioportal_net
cbioportal-session-database:
restart: unless-stopped
image: docker.io/mongo:4.2
image: docker.io/mongo:4.4
container_name: cbioportal_session_database_container
environment:
MONGO_INITDB_DATABASE: session_service
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
- cbioportal_net
cbioportal-session-database:
restart: unless-stopped
image: docker.io/mongo:4.2
image: docker.io/mongo:4.4
container_name: cbioportal_session_database_container
environment:
MONGO_INITDB_DATABASE: session_service
Expand Down

0 comments on commit 9049007

Please sign in to comment.