Skip to content

Commit

Permalink
chore(pre-commit): update python versions roster
Browse files Browse the repository at this point in the history
  • Loading branch information
aexvir committed Feb 21, 2022
1 parent 28578d9 commit 30db059
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pre-commit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ ENV version=2.17.0
RUN apt update && apt install -y git golang bash curl build-essential libffi-dev libssl-dev libbz2-dev libncursesw5-dev libgdbm-dev liblzma-dev libsqlite3-dev tk-dev uuid-dev libreadline-dev nodejs npm zlib1g-dev && \
curl --location https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash && \
pyenv update && \
pyenv install 3.7.9 && \
pyenv install 3.8.7 && \
pyenv install 3.9.1 && \
pyenv install 3.10.0 && \
pyenv global 3.9.1 3.8.7 3.7.9 3.10.0 && \
pyenv install 3.7.12 && \
pyenv install 3.8.12 && \
pyenv install 3.9.10 && \
pyenv install 3.10.2 && \
pyenv global 3.10.2 3.9.10 3.8.12 3.7.12 && \
pyenv rehash && \
npm config set unsafe-perm true && \
pip install pre-commit==$version && \
Expand Down

0 comments on commit 30db059

Please sign in to comment.