Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
⬆️ Upgrades python3 to 3.8.1-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 5, 2020
1 parent 44a2126 commit 2b6e76b
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 @@ -18,10 +18,10 @@ RUN \
gcc=9.2.0-r3 \
libc-dev=0.7.2-r0 \
libffi-dev=3.2.1-r6 \
python3-dev=3.8.0-r0 \
python3-dev=3.8.1-r0 \
\
&& apk add --no-cache \
python3=3.8.0-r0 \
python3=3.8.1-r0 \
\
&& pip3 install \
--no-cache-dir \
Expand Down

0 comments on commit 2b6e76b

Please sign in to comment.