Skip to content

Commit

Permalink
⬆️ Update Python to v3.11.9-r1 (#348)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 25, 2024
1 parent 0b26c71 commit 6f64ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appdaemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ COPY rootfs/patches /patches
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
python3-dev=3.11.9-r0 \
python3-dev=3.11.9-r1 \
\
&& apk add --no-cache \
py3-pip=23.3.1-r0 \
py3-wheel=0.42.0-r0 \
python3=3.11.9-r0 \
python3=3.11.9-r1 \
\
&& pip install -r /tmp/requirements.txt \
\
Expand Down

0 comments on commit 6f64ff2

Please sign in to comment.