File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# * rccsmin
77
88# https://hub.docker.com/_/python
9- FROM python:3.11 -alpine
9+ FROM python:3.12 -alpine
1010
1111COPY requirements.txt /tmp/requirements.txt
1212
Original file line number Diff line number Diff line change @@ -8,32 +8,32 @@ Alpine-based docker image for running Python 3.x applications (with dependencies
88From [ the GitHub's registry] ( https://github.com/pigs-will-fly/docker-python/pkgs/container/docker-python ) :
99
1010```
11- docker pull ghcr.io/pigs-will-fly/docker-python:3.11 .2
11+ docker pull ghcr.io/pigs-will-fly/docker-python:3.12 .2
1212```
1313
1414## What's inside?
1515
1616```
1717$ python -V
18- Python 3.11 .2
18+ Python 3.12 .2
1919
2020$ pip list
2121Package Version
22- -------------- --------
23- cffi 1.15.1
24- gevent 22.10.2
25- greenlet 2 .0.2
26- mysqlclient 2.1.1
27- pip 23.0.1
22+ -------------- ----------
23+ cffi 1.16.0
24+ gevent 23.9.1
25+ greenlet 3 .0.3
26+ mysqlclient 2.2.4
27+ pip 24.0
2828pycparser 2.21
29- rcssmin 1.1.1
30- regex 2022.10.31
31- setuptools 65.5.1
32- wheel 0.38.4
33- zope.event 4.6
34- zope.interface 5.5 .2
29+ rcssmin 1.1.2
30+ regex 2023.12.25
31+ setuptools 69.0.3
32+ wheel 0.42.0
33+ zope.event 5.0
34+ zope.interface 6 .2
3535
3636$ docker images | head -n2
37- REPOSITORY TAG IMAGE ID CREATED SIZE
38- pigs-will-fly/docker-python latest ecd0fe8915c0 1 second ago 135MB
37+ REPOSITORY TAG IMAGE ID CREATED SIZE
38+ pigs-will-fly/docker-python latest 993d447d73af 1 second ago 121MB
3939```
You can’t perform that action at this time.
0 commit comments