From d2819b8b7b77919c7efab5b5f9bf0846340e017f Mon Sep 17 00:00:00 2001 From: Paul Abel <128620221+pdabelf5@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:19:30 +0100 Subject: [PATCH] update to openssl 3.0.9 certified on 20240123 (#48) https://www.openssl.org/blog/blog/2024/01/23/fips-309/ --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5d82135..13cc2d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG OPENSSL_VERSION=3.0.8 +ARG OPENSSL_VERSION=3.0.9 RUN apk add --no-cache --virtual .build-deps \ make gcc libgcc musl-dev linux-headers perl vim \