From 210d8a0fd2fa2f5506fbda29bd2dcc591d402d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 01:05:50 +0000 Subject: [PATCH] Bump the build-deps group across 1 directory with 3 updates Bumps the build-deps group with 3 updates in the /build/deps directory: [ferretdb/ferretdb-textlint](https://github.com/FerretDB/deps), davidanson/markdownlint-cli2 and mongo. Updates `ferretdb/ferretdb-textlint` from 13.4.1-1 to 14.0.4-3 - [Commits](https://github.com/FerretDB/deps/commits) Updates `davidanson/markdownlint-cli2` from v0.8.1 to v0.16.0 Updates `mongo` from 7.0.14 to 8.0.4 --- 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: mongo dependency-type: direct:production update-type: version-update:semver-major 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 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/deps/ferretdb-textlint.Dockerfile b/build/deps/ferretdb-textlint.Dockerfile index 0ca3cf095..968cade0d 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-3 diff --git a/build/deps/markdownlint.Dockerfile b/build/deps/markdownlint.Dockerfile index cdb46f233..f533a3d1d 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.16.0 diff --git a/build/deps/mongo.Dockerfile b/build/deps/mongo.Dockerfile index fd1e67689..ffea787a2 100644 --- a/build/deps/mongo.Dockerfile +++ b/build/deps/mongo.Dockerfile @@ -1 +1 @@ -FROM mongo:7.0.14 +FROM mongo:8.0.4