Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v6.0.7 (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
bcgov-devops and renovate-bot authored Jul 5, 2023
1 parent 7b54c2c commit eb19c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mongo:6.0.6
FROM mongo:6.0.7
USER mongodb
COPY --chown=mongodb:mongodb mongod.conf /etc/mongo/
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD ["mongosh", "--eval", "db.adminCommand('ping')"]
Expand Down

0 comments on commit eb19c80

Please sign in to comment.