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.1 (2019-05-13)
2+
3+ - Upgrade [ pip] ( https://pip.pypa.io ) to 19.1.1
4+ - Upgrade [ poetry] ( https://poetry.eustace.io ) to 0.12.15
5+ - Upgrade [ pre-commit] ( https://pre-commit.com ) to 1.16.1
6+
17# 1.0.0 (2019-05-02)
28
39- Initial release
Original file line number Diff line number Diff line change 11FROM python:3.7.3-slim-stretch
22MAINTAINER Igor Davydenko <iam@igordavydenko.com>
33
4- RUN pip install pip==19.1 pre-commit==1.15.2
4+ RUN pip install pip==19.1.1 pre-commit==1.16.1
55
6- ENV POETRY_VERSION=0.12.14
6+ ENV POETRY_VERSION=0.12.15
77RUN apt update && apt upgrade -y && apt install -y curl git locales locales-all make && apt autoremove -y
88RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
99
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ FROM playpauseandstop/docker-python
1111
1212### Included dev-tools
1313
14- - [ pip] ( https://pip.pypa.io ) 19.1
15- - [ poetry] ( https://poetry.eustace.io ) 0.12.14
16- - [ pre-commit] ( https://pre-commit.com ) 1.15.2
14+ - [ pip] ( https://pip.pypa.io ) 19.1.1
15+ - [ poetry] ( https://poetry.eustace.io ) 0.12.15
16+ - [ pre-commit] ( https://pre-commit.com ) 1.16.1
1717- [ curl] ( https://curl.haxx.se ) 7.52.1
1818- [ git] ( https://git-scm.com ) 2.11.0
1919- [ locales] ( https://packages.debian.org/stretch/locales ) &
You can’t perform that action at this time.
0 commit comments