Skip to content

Commit

Permalink
Update OpenSSL to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dns13 committed Jun 6, 2024
1 parent 445b934 commit 46f5ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ RUN cd /root/Temp/systemd-${SYSTEMD_VERSION} && mkdir build && \
mkdir ${TOOLCHAIN_PREFIX}/include/systemd && \
cp src/systemd/*.h ${TOOLCHAIN_PREFIX}/include/systemd

ARG OPENSSL_VERSION=3.3.0
ARG OPENSSL_VERSION=3.3.1
SHELL ["/bin/bash", "-c"]
RUN wget https://github.com/openssl/openssl/archive/refs/tags/openssl-${OPENSSL_VERSION}.tar.gz -P /root/Temp && \
tar -xzf /root/Temp/openssl-${OPENSSL_VERSION}.tar.gz -C /root/Temp && \
Expand Down

0 comments on commit 46f5ec1

Please sign in to comment.