Skip to content

Commit 6227746

Browse files
authored
Update MongoDB to 6.0.27 (#1150)
related: https://github.ibm.com/runtimes/automation/issues/790 Signed-off-by: Anna Babu Palathingal <[email protected]>
1 parent 15953cb commit 6227746

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mongo:6.0.1
1+
FROM mongo:6.0.27
22

33
COPY sampleData.gz /sampleData.gz
44
CMD mongorestore --host=mongo --archive=/sampleData.gz --db exampleDb --gzip --stopOnError

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
mongo:
55
profiles:
66
- prod
7-
image: mongo:6.0.1
7+
image: mongo:6.0.27
88
volumes:
99
- ./mongo/data:/data/db
1010
restart: on-failure:3

0 commit comments

Comments
 (0)