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 @@ -565,16 +565,16 @@ RUN set -ex \
565565
566566RUN set -ex \
567567 && apt-get install -y openssl \
568- && curl -o stunnel-5.55 .tar.gz https://www.stunnel.org/downloads/stunnel-5.55 .tar.gz \
569- && tar xvfz stunnel-5.55 .tar.gz \
570- && cd stunnel-5.55 \
568+ && curl -o stunnel-5.56 .tar.gz https://www.stunnel.org/downloads/stunnel-5.56 .tar.gz \
569+ && tar xvfz stunnel-5.56 .tar.gz \
570+ && cd stunnel-5.56 \
571571 && ./configure \
572572 && make \
573573 && make install \
574574 && openssl genrsa -out key.pem 2048 \
575575 && openssl req -new -x509 -key key.pem -out cert.pem -days 1095 -subj "/C=US/ST=Washington/L=Seattle/O=Amazon/OU=Codebuild/CN=codebuild.amazon.com" \
576576 && cat key.pem cert.pem >> /usr/local/etc/stunnel/stunnel.pem \
577- && cd .. ; rm -rf stunnel-5.55 * \
577+ && cd .. ; rm -rf stunnel-5.56 * \
578578 && apt-get clean
579579
580580ENTRYPOINT ["dockerd-entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments