We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1414b04 commit 6ccda9fCopy full SHA for 6ccda9f
3 files changed
.github/workflows/build-manylinux-container-images.yml
@@ -49,7 +49,7 @@ jobs:
49
YEAR: _2_31 # There are no base images prior to 2.31 for this arch
50
51
env:
52
- LIBSSH_VERSION: 0.11.3
+ LIBSSH_VERSION: 0.12.0
53
PYPA_MANYLINUX_TAG: >-
54
manylinux${{ matrix.YEAR }}_${{ matrix.IMAGE.ARCH }}
55
FULL_IMAGE_NAME: >-
build-scripts/manylinux-container-image/Dockerfile
@@ -1,7 +1,7 @@
1
ARG RELEASE
2
FROM quay.io/pypa/${RELEASE}
3
4
-ARG LIBSSH_VERSION=0.11.3
+ARG LIBSSH_VERSION=0.12.0
5
MAINTAINER Python Cryptographic Authority
6
WORKDIR /root
7
RUN \
docs/changelog-fragments/797.contrib.rst
@@ -0,0 +1,3 @@
+Updated the version of ``libssh`` to the latest release v0.12.0
+in the cached ``manylinux`` build environment container images
+-- by :user:`Jakuje`.
0 commit comments