From 4ef8ca5dac81d6ed6e06dbe0fa97362fd200059d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:56:27 +0000 Subject: [PATCH] Bump the build-deps group across 1 directory with 5 updates 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] --- build/deps/ferretdb-textlint.Dockerfile | 2 +- build/deps/markdownlint.Dockerfile | 2 +- build/deps/mongo.Dockerfile | 2 +- build/deps/mongo7.Dockerfile | 2 +- build/deps/postgres.Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/deps/ferretdb-textlint.Dockerfile b/build/deps/ferretdb-textlint.Dockerfile index 0ca3cf095..55218c7c9 100644 --- a/build/deps/ferretdb-textlint.Dockerfile +++ b/build/deps/ferretdb-textlint.Dockerfile @@ -1 +1 @@ -FROM ghcr.io/ferretdb/ferretdb-textlint:13.4.1-1 +FROM ghcr.io/ferretdb/ferretdb-textlint:14.0.4-1 diff --git a/build/deps/markdownlint.Dockerfile b/build/deps/markdownlint.Dockerfile index cdb46f233..0521b08a1 100644 --- a/build/deps/markdownlint.Dockerfile +++ b/build/deps/markdownlint.Dockerfile @@ -1 +1 @@ -FROM davidanson/markdownlint-cli2:v0.8.1 +FROM davidanson/markdownlint-cli2:v0.13.0 diff --git a/build/deps/mongo.Dockerfile b/build/deps/mongo.Dockerfile index a6434039d..316675794 100644 --- a/build/deps/mongo.Dockerfile +++ b/build/deps/mongo.Dockerfile @@ -1 +1 @@ -FROM ghcr.io/ferretdb/legacy-mongo-shell:7.0.4-1 +FROM ghcr.io/ferretdb/legacy-mongo-shell:7.0.12-1 diff --git a/build/deps/mongo7.Dockerfile b/build/deps/mongo7.Dockerfile index 41f53b81d..1b2056fc4 100644 --- a/build/deps/mongo7.Dockerfile +++ b/build/deps/mongo7.Dockerfile @@ -1 +1 @@ -FROM mongo:7.0.4 +FROM mongo:7.0.12 diff --git a/build/deps/postgres.Dockerfile b/build/deps/postgres.Dockerfile index b2aa81a6d..de4fdaf77 100644 --- a/build/deps/postgres.Dockerfile +++ b/build/deps/postgres.Dockerfile @@ -1 +1 @@ -FROM postgres:16.1 +FROM postgres:16.3