Skip to content

Commit 16d6608

Browse files
committed
revert 0.10.6
1 parent f3ccb43 commit 16d6608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
YEAR: 2010
6060

6161
env:
62-
LIBSSH_VERSION: 0.10.6
62+
LIBSSH_VERSION: 0.9.6
6363
PYPA_MANYLINUX_TAG: >-
6464
manylinux${{ matrix.YEAR }}_${{ matrix.IMAGE.ARCH }}
6565
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.10.6
4+
ARG LIBSSH_VERSION=0.9.6
55
MAINTAINER Python Cryptographic Authority
66
WORKDIR /root
77

0 commit comments

Comments
 (0)