Skip to content

Commit 30bb0ab

Browse files
authored
Merge pull request #1906 from GuillaumeBourque-QC/ubuntu-22.04
Use same pyzmq version as in plenum
2 parents 587dd8e + 9b1087f commit 30bb0ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN apt update -y && apt install -y \
5656
RUN pip3 install -U \
5757
# Required by setup.py
5858
setuptools==75.8.0 \
59-
pyzmq==26.2.1 \
59+
pyzmq==22.3.0 \
6060
Cython==0.29.36
6161

6262
# install fpm

Diff for: build-scripts/ubuntu-2204/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN apt update -y && apt install -y \
5959
RUN pip3 install -U \
6060
# Required by setup.py
6161
setuptools==75.8.0 \
62-
pyzmq==26.2.1
62+
pyzmq==22.3.0
6363

6464
# install fpm
6565
RUN gem install --no-document rake dotenv:2.8.1 fpm:1.15.0 && \

0 commit comments

Comments
 (0)