Skip to content

Commit

Permalink
Bump the build-deps group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the build-deps group with 5 updates in the /build/deps directory:

| Package | From | To |
| --- | --- | --- |
| [ferretdb/ferretdb-textlint](https://github.com/FerretDB/deps) | `13.4.1-1` | `14.0.4-1` |
| davidanson/markdownlint-cli2 | `v0.8.1` | `v0.13.0` |
| [ferretdb/legacy-mongo-shell](https://github.com/FerretDB/deps) | `7.0.4-1` | `7.0.12-1` |
| mongo | `7.0.4` | `7.0.12` |
| postgres | `16.1` | `16.3` |



Updates `ferretdb/ferretdb-textlint` from 13.4.1-1 to 14.0.4-1
- [Commits](https://github.com/FerretDB/deps/commits)

Updates `davidanson/markdownlint-cli2` from v0.8.1 to v0.13.0

Updates `ferretdb/legacy-mongo-shell` from 7.0.4-1 to 7.0.12-1
- [Commits](https://github.com/FerretDB/deps/commits)

Updates `mongo` from 7.0.4 to 7.0.12

Updates `postgres` from 16.1 to 16.3

---
updated-dependencies:
- dependency-name: ferretdb/ferretdb-textlint
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build-deps
- dependency-name: davidanson/markdownlint-cli2
  dependency-type: direct:production
  dependency-group: build-deps
- dependency-name: ferretdb/legacy-mongo-shell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-deps
- 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 Jul 4, 2024
1 parent e5e11ec commit 4ef8ca5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/deps/ferretdb-textlint.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/ferretdb/ferretdb-textlint:13.4.1-1
FROM ghcr.io/ferretdb/ferretdb-textlint:14.0.4-1
2 changes: 1 addition & 1 deletion build/deps/markdownlint.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM davidanson/markdownlint-cli2:v0.8.1
FROM davidanson/markdownlint-cli2:v0.13.0
2 changes: 1 addition & 1 deletion build/deps/mongo.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/ferretdb/legacy-mongo-shell:7.0.4-1
FROM ghcr.io/ferretdb/legacy-mongo-shell:7.0.12-1
2 changes: 1 addition & 1 deletion build/deps/mongo7.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM mongo:7.0.4
FROM mongo:7.0.12
2 changes: 1 addition & 1 deletion build/deps/postgres.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM postgres:16.1
FROM postgres:16.3

0 comments on commit 4ef8ca5

Please sign in to comment.