1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-09-21 08:48:05 +00:00

bump libressl to 2.5

This commit is contained in:
Dmitry Belyaev 2017-07-04 09:53:55 +03:00
parent af98f18df4
commit b8af316575
Signed by: b4tman
GPG Key ID: 014E87EC54B77673

View File

@ -14,8 +14,8 @@ RUN apk add --no-cache \
libstdc++ \ libstdc++ \
heimdal-libs \ heimdal-libs \
libcap \ libcap \
libressl2.4-libcrypto \ libressl2.5-libcrypto \
libressl2.4-libssl \ libressl2.5-libssl \
libltdl libltdl
RUN set -x && \ RUN set -x && \