From 1e7befb113b27c154a3356f535f930bc8c8d6fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:35:06 +0000 Subject: [PATCH] chore(deps): bump certbot/certbot from v5.6.0 to v5.7.0 in /nginx Bumps certbot/certbot from v5.6.0 to v5.7.0. --- updated-dependencies: - dependency-name: certbot/certbot dependency-version: v5.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nginx/Certbot.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Certbot.Dockerfile b/nginx/Certbot.Dockerfile index d9c1ad47..52b73b4b 100644 --- a/nginx/Certbot.Dockerfile +++ b/nginx/Certbot.Dockerfile @@ -1,4 +1,4 @@ -FROM certbot/certbot:v5.6.0@sha256:0107d084c225631fc64a8313e19adb07275f7296fde338f7dfa93986c80b2e3e +FROM certbot/certbot:v5.7.0@sha256:6bb19cff0b3972a69855686e0ccbd20b98dbfae2aa43845a5df48947ba1401b4 RUN python -m pip install --no-cache-dir --upgrade urllib3==2.7.0 \ && rm -f /usr/local/bin/uv /usr/local/bin/uvx