Skip to content

Commit

Permalink
Merge pull request #1210 from roncli/dependabot/docker/db/mongo-7.0.9
Browse files Browse the repository at this point in the history
Bump mongo from 7.0.8 to 7.0.9 in /db
  • Loading branch information
github-actions[bot] committed Apr 30, 2024
2 parents 79c63cb + 4a358ad commit cbe6c35
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.8
FROM mongo:7.0.9

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

0 comments on commit cbe6c35

Please sign in to comment.