Skip to content

Commit 2bf0689

Browse files
chore: Bump poetry & pre-commit, pin virtualenv.
1 parent 2c72032 commit 2bf0689

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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/) &

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM python:3.7.3-slim-stretch
33
LABEL maintainer="Igor Davydenko <iam@igordavydenko.com>"
44
LABEL 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
99
RUN apt update && apt upgrade -y && apt install -y curl git locales locales-all make nano openssh-client && apt autoremove -y
1010
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
1111

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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) &

0 commit comments

Comments
 (0)