Skip to content

Commit

Permalink
Merge pull request #936 from roncli/dependabot/docker/db/mongo-7.0.0
Browse files Browse the repository at this point in the history
Bump mongo from 6.0.9 to 7.0.0 in /db
  • Loading branch information
roncli authored Aug 21, 2023
2 parents 6eb40da + 2715cbe commit c6ede7b
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 c6ede7b

Please sign in to comment.