Skip to content

Commit fe6d904

Browse files
committed
Bump LIBSSH2_VERSION to 1.11.0 and update download link
Signed-off-by: Harald Judt <[email protected]>
1 parent b5f814a commit fe6d904

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

1.0/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV HOME=/opt/app-root \
2323
LISP_VERSION=1.0 \
2424
SBCL_VERSION=2.4.4 \
2525
LIBEV_VERSION=4.33 \
26-
LIBSSH2_VERSION=1.10.0 \
26+
LIBSSH2_VERSION=1.11.0 \
2727
LISP_BASE_BUILD_DATE="Thu 16 Mar 2023 07:49:06 AM EDT"
2828

2929
RUN rm /etc/rhsm-host && \
@@ -50,8 +50,8 @@ RUN curl -O "http://dist.schmorp.de/libev/Attic/libev-${LIBEV_VERSION}.tar.gz" &
5050
rm -rf libev*
5151

5252
# Build libssh2 from source since it is not available in ubi8-base nor ubi8-app-stream repos
53-
RUN curl -O "https://www.libssh2.org/download/libssh2-${LIBSSH2_VERSION}.tar.gz" && \
54-
tar xvf libssh2-${LIBSSH2_VERSION}.tar.gz && \
53+
RUN curl -O "https://libssh2.org/download/libssh2-${LIBSSH2_VERSION}.tar.bz2" && \
54+
tar xvf libssh2-${LIBSSH2_VERSION}.tar.bz2 && \
5555
cd libssh2-${LIBSSH2_VERSION} && \
5656
./configure --prefix=/usr --with-crypto=openssl && \
5757
make && \

0 commit comments

Comments
 (0)