Skip to content

Commit 92233b1

Browse files
chore: upgrade MongoDB from 4.4.8 to 4.4.29
1 parent ddd402b commit 92233b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ services:
114114
networks:
115115
- shellhub
116116
mongo:
117-
image: mongo:4.4.8
117+
image: mongo:4.4.29
118118
restart: unless-stopped
119119
healthcheck:
120120
test: 'test $$(echo "rs.initiate({ _id: ''rs'', members: [ { _id: 0, host: ''mongo:27017'' } ] }).ok || rs.status().ok" | mongo --quiet) -eq 1'

0 commit comments

Comments
 (0)