Skip to content

Commit

Permalink
Bump the build-deps group in /build/deps with 2 updates
Browse files Browse the repository at this point in the history
Bumps the build-deps group in /build/deps with 2 updates: mongo and postgres.


Updates `mongo` from 6.0.8 to 6.0.9

Updates `postgres` from 15.3 to 15.4

---
updated-dependencies:
- dependency-name: mongo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-deps
- dependency-name: postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 17, 2023
1 parent e45521d commit 5cdbe00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/deps/mongo6.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM mongo:6.0.8
FROM mongo:6.0.9
2 changes: 1 addition & 1 deletion build/deps/postgres.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM postgres:15.3
FROM postgres:15.4

0 comments on commit 5cdbe00

Please sign in to comment.