Skip to content

Commit ca11847

Browse files
committed
Bump libssh version to 0.11.1
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 2cafed7 commit ca11847

3 files changed

Lines changed: 3 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
@@ -50,7 +50,7 @@ jobs:
5050
- _2_28
5151

5252
env:
53-
LIBSSH_VERSION: 0.9.6
53+
LIBSSH_VERSION: 0.11.1
5454
PYPA_MANYLINUX_TAG: >-
5555
manylinux${{ matrix.YEAR }}_${{ matrix.IMAGE.ARCH }}
5656
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.9.6
4+
ARG LIBSSH_VERSION=0.11.1
55
MAINTAINER Python Cryptographic Authority
66
WORKDIR /root
77

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bumped the libssh version to latest release 0.11.1 in manylinux -- by :user:`Jakuje`.

0 commit comments

Comments
 (0)