Skip to content

Commit

Permalink
Merge pull request #1034 from roncli/dependabot/docker/db/mongo-7.0.2
Browse files Browse the repository at this point in the history
Bump mongo from 7.0.1 to 7.0.2 in /db
  • Loading branch information
github-actions[bot] authored Oct 3, 2023
2 parents 84bb1c1 + c0d66c1 commit 30c526d
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:7.0.1
FROM mongo:7.0.2

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

0 comments on commit 30c526d

Please sign in to comment.