Skip to content

Commit 2341b2c

Browse files
authored
Merge pull request #12 from elecena/python-3.9.0
Use Python 3.9
2 parents 4dbac87 + 7d32f89 commit 2341b2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM composer:1.10.13 AS php-composer
55

66
# @see https://hub.docker.com/_/python/
7-
FROM python:3.8.6-alpine
7+
FROM python:3.9.0-alpine3.12
88
RUN pip install virtualenv && rm -rf /root/.cache
99

1010
# copy composer from the first stage

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ docker pull elecena/python-php
1212
```
1313
$ docker images | head
1414
REPOSITORY TAG IMAGE ID CREATED SIZE
15-
elecena/python-php latest 8a6373969bad 1 second ago 92.8MB
15+
elecena/python-php latest 19dc5f8cbbc8 1 second ago 94.9MB
1616
```
1717

1818
## Installed software
@@ -21,8 +21,8 @@ elecena/python-php latest
2121
$ docker run -it elecena/python-php sh info.sh
2222
2323
### Python
24-
Python 3.8.6
25-
virtualenv 20.0.31 from /usr/local/lib/python3.8/site-packages/virtualenv/__init__.py
24+
Python 3.9.0
25+
virtualenv 20.0.33 from /usr/local/lib/python3.9/site-packages/virtualenv/__init__.py
2626
2727
### PHP
2828
PHP 7.4.9 (cli) (built: Aug 31 2020 19:20:23) ( NTS )

0 commit comments

Comments
 (0)