From 3acb610308667f0c909a2d70315c48e88f228ccf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:09:04 +0200 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=20(#209)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 \