Skip to content

Commit

Permalink
Merge pull request #1175 from roncli/dependabot/docker/db/mongo-7.0.7
Browse files Browse the repository at this point in the history
Bump mongo from 7.0.6 to 7.0.7 in /db
  • Loading branch information
github-actions[bot] committed Mar 19, 2024
2 parents 7137ffa + f902ac6 commit 72e4be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/Dockerfile
@@ -1,5 +1,5 @@
# Get mongo latest.
FROM mongo:7.0.6
FROM mongo:7.0.7

# Get packages.
RUN apt-get update && apt-get -y install cifs-utils && apt-get -y install keyutils
Expand Down

0 comments on commit 72e4be1

Please sign in to comment.