File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 1.0.3 (2019-06-12)
2+
3+ - Upgrade [ poetry] ( https://poetry.eustace.io ) to 0.12.16
4+ - Upgrade [ pre-commit] ( https://pre-commit.com ) to 1.17.0
5+ - Pin [ virtualenv] ( https://virtualenv.pypa.io ) 16.6.0 version
6+
17# 1.0.2 (2019-05-14)
28
39- Add [ nano] ( https://www.nano-editor.org/ ) &
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ FROM python:3.7.3-slim-stretch
33LABEL maintainer="Igor Davydenko <iam@igordavydenko.com>"
44LABEL description="Add poetry, pre-commit, and other dev-tools to official Python slim stretch Docker image."
55
6- RUN pip install pip==19.1.1 pre-commit==1.16.1
6+ RUN pip install pip==19.1.1 pre-commit==1.17.0 virtualenv== 16.6.0
77
8- ENV POETRY_VERSION=0.12.15
8+ ENV POETRY_VERSION=0.12.16
99RUN apt update && apt upgrade -y && apt install -y curl git locales locales-all make nano openssh-client && apt autoremove -y
1010RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
1111
Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ FROM playpauseandstop/docker-python
1515### Included dev-tools
1616
1717- [ pip] ( https://pip.pypa.io ) 19.1.1
18- - [ poetry] ( https://poetry.eustace.io ) 0.12.15
19- - [ pre-commit] ( https://pre-commit.com ) 1.16.1
18+ - [ virtualenv] ( https://virtualenv.pypa.io ) 16.6.0
19+ - [ poetry] ( https://poetry.eustace.io ) 0.12.16
20+ - [ pre-commit] ( https://pre-commit.com ) 1.17.0
2021- [ curl] ( https://curl.haxx.se ) 7.52.1
2122- [ git] ( https://git-scm.com ) 2.11.0
2223- [ locales] ( https://packages.debian.org/stretch/locales ) &
You can’t perform that action at this time.
0 commit comments