File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44FROM 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
88RUN pip install virtualenv && rm -rf /root/.cache
99
1010# copy composer from the first stage
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ docker pull elecena/python-php
1212```
1313$ docker images | head
1414REPOSITORY 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
2828PHP 7.4.9 (cli) (built: Aug 31 2020 19:20:23) ( NTS )
You can’t perform that action at this time.
0 commit comments