From a2a649babb33945fa22777f4a714c5b219653d4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 23:50:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20curl?= =?UTF-8?q?=20to=20v8.14.1-2+deb13u4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd22da5..1d14477 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN chmod 777 ./java-dl.sh # renovate: depName=wget ENV WGET_VERSION=1.25.0-2 # renovate: depName=curl -ENV CURL_VERSION=8.14.1-2+deb13u2 +ENV CURL_VERSION=8.14.1-2+deb13u4 RUN apt-get update && apt-get install --no-install-recommends -y \ wget=${WGET_VERSION} \