Skip to content

Commit 3537925

Browse files
chore: Fix base Python versions in README.
1 parent 1bc7756 commit 3537925

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ List of supported Python versions are (`<PY_VERSION>` -> base Docker image):
3737

3838
#### 2.0.0
3939

40-
- `py35` -> `python:3.5.8-slim-stretch`
41-
- `py36` -> `python:3.6.10-slim-stretch`
40+
- `py35` -> `python:3.5.7-slim-stretch`
41+
- `py36` -> `python:3.6.9-slim-stretch`
4242
- `py37` -> `python:3.7.5-slim-stretch`
4343

4444
#### 1.1.x & 1.2.x

0 commit comments

Comments
 (0)