From db6406fe46dfa2d197be6f54d07fcc235b998d5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:19:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F20/o?= =?UTF-8?q?penssl=20to=20v3.3.2-r1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ftp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftp/Dockerfile b/ftp/Dockerfile index 8541aff9..da4215fa 100755 --- a/ftp/Dockerfile +++ b/ftp/Dockerfile @@ -22,7 +22,7 @@ RUN \ && cd - \ \ && apk add --no-cache \ - openssl=3.3.2-r0 \ + openssl=3.3.2-r1 \ vsftpd=3.0.5-r2 \ \ && apk del --no-cache --purge .build-dependencies \