Skip to content

Commit 66dae80

Browse files
⬆️ Update Python to v3.11.10-r0 (#129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a62eb58 commit 66dae80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mqtt-io/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ RUN \
1616
git=2.43.4-r0 \
1717
libffi-dev=3.4.4-r3 \
1818
py3-wheel=0.42.0-r0 \
19-
python3-dev=3.11.9-r1 \
19+
python3-dev=3.11.10-r0 \
2020
\
2121
&& apk add --no-cache \
2222
py3-bcrypt=4.1.1-r0 \
2323
py3-cryptography=41.0.7-r0 \
2424
py3-pip=23.3.1-r0 \
25-
python3=3.11.9-r1 \
25+
python3=3.11.10-r0 \
2626
\
2727
&& pip install --upgrade pip==23.0.1 \
2828
&& pip install -r /tmp/requirements.txt \

0 commit comments

Comments
 (0)