Skip to content

Commit

Permalink
Bump mongo from 6.0.9 to 7.0.0 in /db
Browse files Browse the repository at this point in the history
Bumps mongo from 6.0.9 to 7.0.0.

---
updated-dependencies:
- dependency-name: mongo
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent 5eb7ab0 commit 2715cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Get mongo latest.
FROM mongo:6.0.9
FROM mongo:7.0.0

# Create /docker-entrypoint-initdb.d directory.
RUN mkdir -p /docker-entrypoint-initdb.d
Expand Down

0 comments on commit 2715cbe

Please sign in to comment.