Skip to content

Commit

Permalink
⬆️ Upgrades python3 to 3.8.7-r1 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Feb 19, 2021
1 parent e69f811 commit a993428
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 @@ -21,11 +21,11 @@ RUN \
libffi-dev=3.3-r2 \
openssl-dev=1.1.1j-r0 \
patch=2.7.6-r6 \
python3-dev=3.8.7-r0 \
python3-dev=3.8.7-r1 \
\
&& apk add --no-cache \
py3-pip=20.3.4-r0 \
python3=3.8.7-r0 \
python3=3.8.7-r1 \
\
&& pip install \
--no-cache-dir \
Expand Down

0 comments on commit a993428

Please sign in to comment.