Update LibreSSL to v3.8.2
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
d8bbe5ee74
commit
c1b4b590b1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN apk update && apk add autoconf \
|
||||||
sqlite-static
|
sqlite-static
|
||||||
|
|
||||||
|
|
||||||
ENV LIBRESSL_VERSION v3.8.0
|
ENV LIBRESSL_VERSION v3.8.2
|
||||||
|
|
||||||
# Compile LibreSSL Portable from source
|
# Compile LibreSSL Portable from source
|
||||||
RUN git clone https://github.com/libressl/portable --depth=1 -b ${LIBRESSL_VERSION} libressl && \
|
RUN git clone https://github.com/libressl/portable --depth=1 -b ${LIBRESSL_VERSION} libressl && \
|
||||||
|
|
Loading…
Reference in a new issue