Skip to content

Commit

Permalink
fix: Lock MongoDB Docker version (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagelbits authored Sep 26, 2022
1 parent 16dd4b5 commit 774a8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This recipe is pulled from: https://stackoverflow.com/a/33601894

# Parent Dockerfile https://github.com/docker-library/mongo/blob/982328582c74dd2f0a9c8c77b84006f291f974c3/3.0/Dockerfile
FROM mongo:latest
FROM mongo:6.0.1

# Modify child mongo to use /data/db2 as dbpath (because /data/db wont persist the build)
COPY ./docker/mongodb.conf /etc
Expand Down

0 comments on commit 774a8ae

Please sign in to comment.