Change cryptography and pyopenssl versions

This commit is contained in:
Peter Šurda 2024-03-05 19:17:23 +08:00
parent bba9168f28
commit 180854160f
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ RUN apt-get update -y && apt-get install -yq --no-install-suggests --no-install-
python3-pip dumb-init curl openssh-client wget python3-wheel \
pkg-config rustc cargo
RUN pip3 install setuptools_rust
RUN pip3 install buildbot-worker cryptography==36.0.2 pyOpenSSL==20.0.1
RUN pip3 install buildbot-worker cryptography==38.0.0 pyOpenSSL==23.2.0
RUN groupadd buildbot
RUN useradd -d /var/lib/buildbot -m -g buildbot buildbot
@ -91,7 +91,7 @@ RUN apt-get update -y && apt-get install -yq --no-install-suggests --no-install-
python-setuptools python-psutil libssl-dev python-dev libgmp-dev \
python-virtualenv python3-wheel pkg-config rustc cargo
RUN pip3 install setuptools_rust
RUN pip3 install buildbot-worker cryptography==36.0.2 pyOpenSSL==20.0.1
RUN pip3 install buildbot-worker cryptography==38.0.0 pyOpenSSL==23.2.0
RUN groupadd buildbot
RUN useradd -d /var/lib/buildbot -m -g buildbot buildbot