Skip to content

Commit 371984a

Browse files
⬆️ Update Python to v3.12.13-r0 (#500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6903f02 commit 371984a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appdaemon/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ COPY rootfs/patches /patches
1616
RUN \
1717
apk add --no-cache --virtual .build-dependencies \
1818
build-base=0.5-r3 \
19-
python3-dev=3.12.12-r0 \
19+
python3-dev=3.12.13-r0 \
2020
\
2121
&& apk add --no-cache \
2222
py3-pip=25.1.1-r1 \
2323
py3-wheel=0.46.3-r0 \
24-
python3=3.12.12-r0 \
24+
python3=3.12.13-r0 \
2525
yq-go=4.49.2-r4 \
2626
\
2727
&& pip install -r /tmp/requirements.txt \

0 commit comments

Comments
 (0)