Update LibreSSL to v3.8.2

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-11-12 11:26:43 +05:30
parent d8bbe5ee74
commit c1b4b590b1
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -14,7 +14,7 @@ RUN apk update && apk add autoconf \
sqlite-static
ENV LIBRESSL_VERSION v3.8.0
ENV LIBRESSL_VERSION v3.8.2
# Compile LibreSSL Portable from source
RUN git clone https://github.com/libressl/portable --depth=1 -b ${LIBRESSL_VERSION} libressl && \