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.0b2 (2019-12-02)
4+
5+ - Update poetry to 1.0.0b8
6+ - Update virtualenv to 16.7.8
7+
38## 3.0.0b1 (2019-11-16)
49
510- Update poetry to 1.0.0b5
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.1 virtualenv==16.7.7
10+ RUN pip install pip==19.3.1 pre-commit==1.20.0 tox==3.14.1 virtualenv==16.7.8
1111
12- ENV POETRY_VERSION=1.0.0b5
12+ ENV POETRY_VERSION=1.0.0b8
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 @@ -15,8 +15,8 @@ FROM playpauseandstop/docker-python:3.0.0b0
1515### Included dev-tools
1616
1717- [ pip] ( https://pip.pypa.io ) 19.3.1
18- - [ virtualenv] ( https://virtualenv.pypa.io ) 16.7.7
19- - [ poetry] ( https://poetry.eustace.io ) 1.0.0b5
18+ - [ virtualenv] ( https://virtualenv.pypa.io ) 16.7.8
19+ - [ poetry] ( https://poetry.eustace.io ) 1.0.0b8
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
@@ -35,7 +35,7 @@ other versions supported as well.
3535
3636List of supported Python versions are (` <PY_VERSION> ` -> base Docker image):
3737
38- #### 3.0.0b0
38+ #### 3.0.0bX
3939
4040- ` py38 ` -> ` python:3.8.0-slim-buster `
4141- ` py37 ` -> ` python:3.7.5-slim-buster `
@@ -47,7 +47,7 @@ List of supported Python versions are (`<PY_VERSION>` -> base Docker image):
4747- ` py36 ` -> ` python:3.6.9-slim-stretch `
4848- ` py35 ` -> ` python:3.5.7-slim-stretch `
4949
50- #### 1.1.x & 1.2.x
50+ #### 1.1.X & 1.2.X
5151
5252- ` py37 ` -> ` python:3.7.4-slim-stretch `
5353- ` py36 ` -> ` python:3.6.9-slim-stretch `
You can’t perform that action at this time.
0 commit comments