File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# 3.0.0 (In Development)
22
3+ ## 3.0.0b1 (2019-11-16)
4+
5+ - Update poetry to 1.0.0b5
6+ - Update tox to 3.14.1
7+
38## 3.0.0b0 (2019-11-13)
49
510- ** Breaking change:** Make ` py38 ` default image
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ RUN apt update -qq && apt upgrade -y && apt install -y curl gcc git locales loca
77
88ENV PATH="/root/.local/bin:/root/.poetry/bin:${PATH}"
99
10- RUN pip install pip==19.3.1 pre-commit==1.20.0 tox==3.14.0 virtualenv==16.7.7
10+ RUN pip install pip==19.3.1 pre-commit==1.20.0 tox==3.14.1 virtualenv==16.7.7
1111
12- ENV POETRY_VERSION=1.0.0b4
12+ ENV POETRY_VERSION=1.0.0b5
1313RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
1414
1515WORKDIR /app
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ FROM playpauseandstop/docker-python:3.0.0b0
1616
1717- [ pip] ( https://pip.pypa.io ) 19.3.1
1818- [ virtualenv] ( https://virtualenv.pypa.io ) 16.7.7
19- - [ poetry] ( https://poetry.eustace.io ) 1.0.0b4
19+ - [ poetry] ( https://poetry.eustace.io ) 1.0.0b5
2020- [ pre-commit] ( https://pre-commit.com ) 1.20.0
2121- [ tox] ( https://tox.readthedocs.io/ ) 3.14.0
2222- [ curl] ( https://curl.haxx.se ) 7.64.0
You can’t perform that action at this time.
0 commit comments