Skip to content

Commit 6ccda9f

Browse files
committed
Update libssh to 0.12.0
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 1414b04 commit 6ccda9f

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build-manylinux-container-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
YEAR: _2_31 # There are no base images prior to 2.31 for this arch
5050

5151
env:
52-
LIBSSH_VERSION: 0.11.3
52+
LIBSSH_VERSION: 0.12.0
5353
PYPA_MANYLINUX_TAG: >-
5454
manylinux${{ matrix.YEAR }}_${{ matrix.IMAGE.ARCH }}
5555
FULL_IMAGE_NAME: >-

build-scripts/manylinux-container-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG RELEASE
22
FROM quay.io/pypa/${RELEASE}
33
ARG RELEASE
4-
ARG LIBSSH_VERSION=0.11.3
4+
ARG LIBSSH_VERSION=0.12.0
55
MAINTAINER Python Cryptographic Authority
66
WORKDIR /root
77
RUN \
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Updated the version of ``libssh`` to the latest release v0.12.0
2+
in the cached ``manylinux`` build environment container images
3+
-- by :user:`Jakuje`.

0 commit comments

Comments
 (0)