We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 587dd8e + 9b1087f commit 30bb0abCopy full SHA for 30bb0ab
.devcontainer/Dockerfile
@@ -56,7 +56,7 @@ RUN apt update -y && apt install -y \
56
RUN pip3 install -U \
57
# Required by setup.py
58
setuptools==75.8.0 \
59
- pyzmq==26.2.1 \
+ pyzmq==22.3.0 \
60
Cython==0.29.36
61
62
# install fpm
build-scripts/ubuntu-2204/Dockerfile
@@ -59,7 +59,7 @@ RUN apt update -y && apt install -y \
- pyzmq==26.2.1
+ pyzmq==22.3.0
63
64
65
RUN gem install --no-document rake dotenv:2.8.1 fpm:1.15.0 && \
0 commit comments