From c8aaf23de47fd1c7116b276477987f23d66bd37a Mon Sep 17 00:00:00 2001 From: "terminator-bot[bot]" <184962450+terminator-bot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 10:29:13 +0000 Subject: [PATCH] chore(deps): update debian docker tag to v13 | datasource | package | from | to | | ---------- | ------- | ---- | -- | | docker | debian | 10 | 13 | --- apps/mongo-without-avx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mongo-without-avx/Dockerfile b/apps/mongo-without-avx/Dockerfile index 08eda58..e1a6ee3 100644 --- a/apps/mongo-without-avx/Dockerfile +++ b/apps/mongo-without-avx/Dockerfile @@ -1,4 +1,4 @@ -ARG DEBIAN_VERSION=10 +ARG DEBIAN_VERSION=13 FROM debian:${DEBIAN_VERSION} as build