Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN apt update -y && apt install -y \
RUN pip3 install -U \
# Required by setup.py
setuptools==75.8.0 \
pyzmq==26.2.1 \
pyzmq==22.3.0 \
Cython==0.29.36

# install fpm
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/ubuntu-2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN apt update -y && apt install -y \
RUN pip3 install -U \
# Required by setup.py
setuptools==75.8.0 \
pyzmq==26.2.1
pyzmq==22.3.0

# install fpm
RUN gem install --no-document rake dotenv:2.8.1 fpm:1.15.0 && \
Expand Down
Loading