@@ -31,35 +31,35 @@ RUN addgroup --gid {{ server_user_gid.stdout_lines[0] }} {{ server_user }}
3131
3232RUN adduser --gid {{ server_user_gid.stdout_lines[0] }} --uid {{ server_user_uid.stdout_lines[0] }} --disabled-password --gecos {{ server_user }} {{ server_user }}
3333
34- ENV OPENSSL102DIR /opt/openssl-1.0.2n
34+ ENV OPENSSL102DIR /opt/openssl-1.0.2q
3535
36- RUN mkdir -p /tmp/openssl_1.0.2n && \
37- cd /tmp/openssl_1.0.2n && \
38- curl -sL https://github.com/ openssl/openssl/archive/OpenSSL_1_0_2n .tar.gz | tar zxv --strip=1 && \
36+ RUN mkdir -p /tmp/openssl_1.0.2q && \
37+ cd /tmp/openssl_1.0.2q && \
38+ curl -sL https://www. openssl.org/source/openssl-1.0.2q .tar.gz | tar zxv --strip=1 && \
3939 ./Configure shared linux-x86_64 --prefix=$OPENSSL102DIR -fPIC && \
4040 make -j 6 && \
4141 make install && \
42- rm -rf /tmp/openssl_1.0.2n
42+ rm -rf /tmp/openssl_1.0.2q
4343
44- ENV OPENSSL110DIR /opt/openssl-1.1.0g
44+ ENV OPENSSL110DIR /opt/openssl-1.1.0j
4545
46- RUN mkdir -p /tmp/openssl_1.1.0g && \
47- cd /tmp/openssl_1.1.0g && \
48- curl -sL https://github.com/ openssl/openssl/archive/OpenSSL_1_1_0g .tar.gz | tar zxv --strip=1 && \
46+ RUN mkdir -p /tmp/openssl_1.1.0j && \
47+ cd /tmp/openssl_1.1.0j && \
48+ curl -sL https://www. openssl.org/source/openssl-1.1.0j .tar.gz | tar zxv --strip=1 && \
4949 ./config --prefix=$OPENSSL110DIR && \
5050 make -j 6 && \
5151 make install && \
52- rm -rf /tmp/openssl_1.1.0g
52+ rm -rf /tmp/openssl_1.1.0j
5353
54- ENV OPENSSL111DIR /opt/openssl-1.1.1-pre1
54+ ENV OPENSSL111DIR /opt/openssl-1.1.1a
5555
56- RUN mkdir -p /tmp/openssl_1.1.1-pre1 && \
57- cd /tmp/openssl_1.1.1-pre1 && \
58- curl -sL https://github.com/ openssl/openssl/archive/OpenSSL_1_1_1-pre1 .tar.gz | tar zxv --strip=1 && \
56+ RUN mkdir -p /tmp/openssl_1.1.1a && \
57+ cd /tmp/openssl_1.1.1a && \
58+ curl -sL https://www. openssl.org/source/openssl-1.1.1a .tar.gz | tar zxv --strip=1 && \
5959 ./config --prefix=$OPENSSL111DIR && \
6060 make -j 6 && \
6161 make install && \
62- rm -rf /tmp/openssl_1.1.1-pre1
62+ rm -rf /tmp/openssl_1.1.1a
6363
6464ENV FIPS20DIR /opt/openssl-fips_2.0.16
6565
0 commit comments