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 \
565
565
566
566
RUN set -ex \
567
567
&& 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 \
571
571
&& ./configure \
572
572
&& make \
573
573
&& make install \
574
574
&& openssl genrsa -out key.pem 2048 \
575
575
&& 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" \
576
576
&& 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 * \
578
578
&& apt-get clean
579
579
580
580
ENTRYPOINT ["dockerd-entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments