File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ RUN apt-get upgrade -y
3131RUN apt-get install -y git build-essential libssl-dev cmake wget
3232RUN apt-get install -y autoconf pkgconf libtool liburcu-dev libcap-dev libuv1-dev
3333
34- RUN wget https://github.com/openssl/openssl/releases/download/openssl-3.4.0 /openssl-3.4.0 .tar.gz && tar xzf openssl-3.4.0 .tar.gz
35- RUN echo "e15dda82fe2fe8139dc2ac21a36d4ca01d5313c75f99f46c4e8a27709b7294bf openssl-3.4.0 .tar.gz" | sha256sum -c -
36- RUN cd openssl-3.4.0 && ./Configure --openssldir=/opt/openssl --prefix=/opt/openssl && make -j$(nproc) && make install
34+ RUN wget https://github.com/openssl/openssl/releases/download/openssl-3.4.3 /openssl-3.4.3 .tar.gz && tar xzf openssl-3.4.3 .tar.gz
35+ RUN echo "fa727ed1399a64e754030a033435003991aee36bda9a5b080995cb2ac5cf7f37 openssl-3.4.3 .tar.gz" | sha256sum -c -
36+ RUN cd openssl-3.4.3 && ./Configure --openssldir=/opt/openssl --prefix=/opt/openssl && make -j$(nproc) && make install
3737
3838RUN git clone https://github.com/SIDN/liboqs
3939RUN git clone https://github.com/SIDN/oqs-provider
@@ -79,7 +79,7 @@ RUN ldconfig
7979
8080# cleanup
8181
82- RUN rm -rf /openssl-3.4.0
82+ RUN rm -rf /openssl-3.4.3
8383RUN rm -rf /OQS-bind
8484RUN rm -rf /oqs-provider
8585RUN rm -rf /liboqs
You can’t perform that action at this time.
0 commit comments