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.
1 parent 6903f02 commit 371984aCopy full SHA for 371984a
1 file changed
appdaemon/Dockerfile
@@ -16,12 +16,12 @@ COPY rootfs/patches /patches
16
RUN \
17
apk add --no-cache --virtual .build-dependencies \
18
build-base=0.5-r3 \
19
- python3-dev=3.12.12-r0 \
+ python3-dev=3.12.13-r0 \
20
\
21
&& apk add --no-cache \
22
py3-pip=25.1.1-r1 \
23
py3-wheel=0.46.3-r0 \
24
- python3=3.12.12-r0 \
+ python3=3.12.13-r0 \
25
yq-go=4.49.2-r4 \
26
27
&& pip install -r /tmp/requirements.txt \
0 commit comments