We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62eb58 commit 66dae80Copy full SHA for 66dae80
mqtt-io/Dockerfile
@@ -16,13 +16,13 @@ RUN \
16
git=2.43.4-r0 \
17
libffi-dev=3.4.4-r3 \
18
py3-wheel=0.42.0-r0 \
19
- python3-dev=3.11.9-r1 \
+ python3-dev=3.11.10-r0 \
20
\
21
&& apk add --no-cache \
22
py3-bcrypt=4.1.1-r0 \
23
py3-cryptography=41.0.7-r0 \
24
py3-pip=23.3.1-r0 \
25
- python3=3.11.9-r1 \
+ python3=3.11.10-r0 \
26
27
&& pip install --upgrade pip==23.0.1 \
28
&& pip install -r /tmp/requirements.txt \
0 commit comments