Skip to content

Commit 6fe8a96

Browse files
authored
Merge pull request #765 from Jakuje/libssh-0.11.3
Update libssh to 0.11.3
2 parents 5b4f425 + 3e44827 commit 6fe8a96

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.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.2
52+
LIBSSH_VERSION: 0.11.3
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.2
4+
ARG LIBSSH_VERSION=0.11.3
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.11.3
2+
in the cached ``manylinux`` build environment container images
3+
-- by :user:`Jakuje`.

0 commit comments

Comments
 (0)