Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored Mar 5, 2021
1 parent 17b88fb commit 5e6377b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
LANG=en_US.UTF-8 \
PYENV_ROOT="/.pyenv" \
PATH="/.pyenv/bin:/.pyenv/shims:$PATH" \
PYTHON_VERSIONS="3.7.9 2.7.18 3.5.10 3.6.12 3.8.7 3.9.1"
PYTHON_VERSIONS="3.7.10 2.7.18 3.5.10 3.6.13 3.8.8 3.9.2"

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 5e6377b

Please sign in to comment.