File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
build-scripts/manylinux-container-image Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 : >-
Original file line number Diff line number Diff line change 11ARG RELEASE
22FROM quay.io/pypa/${RELEASE}
33ARG RELEASE
4- ARG LIBSSH_VERSION=0.11.2
4+ ARG LIBSSH_VERSION=0.11.3
55MAINTAINER Python Cryptographic Authority
66WORKDIR /root
77RUN \
Original file line number Diff line number Diff line change 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 `.
You can’t perform that action at this time.
0 commit comments