Skip to content

Commit

Permalink
Bump the docker group across 1 directory with 2 updates (#54)
Browse files Browse the repository at this point in the history
Bumps the docker group with 2 updates in the /.dev directory: mongo and postgres.


Updates `mongo` from 7.0.14 to 8.0.0

Updates `postgres` from 16.4 to 17.0

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 354271a commit b4c4323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dev/mongo.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM mongo:7.0.14
FROM mongo:8.0.0
2 changes: 1 addition & 1 deletion .dev/postgres.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM postgres:16.4
FROM postgres:17.0

0 comments on commit b4c4323

Please sign in to comment.