We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0963a commit 82857acCopy full SHA for 82857ac
1 file changed
apps/home-assistant/Dockerfile
@@ -97,7 +97,7 @@ RUN \
97
&& apk del --purge .build-deps \
98
&& rm -rf /root/.cache /root/.cargo /tmp/*
99
100
-RUN /bin/sed -i '/self\.negotiate_unix_fd = negotiate_unix_fd/a \ self.uid = UID_NOT_SPECIFIED' /usr/local/lib/python3.13/site-packages/dbus_fast/auth.py
+RUN /bin/sed -i '/self\.negotiate_unix_fd = negotiate_unix_fd/a \ self.uid = UID_NOT_SPECIFIED' /usr/local/lib/python3.14/site-packages/dbus_fast/auth.py
101
102
COPY . /
103
0 commit comments