Skip to content

Commit 937ab59

Browse files
authored
Use the latest Python (v3.12.2) (#81)
* Use the latest Python * Update README.md
1 parent 9131002 commit 937ab59

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# * rccsmin
77

88
# https://hub.docker.com/_/python
9-
FROM python:3.11-alpine
9+
FROM python:3.12-alpine
1010

1111
COPY requirements.txt /tmp/requirements.txt
1212

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@ Alpine-based docker image for running Python 3.x applications (with dependencies
88
From [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
2121
Package 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
2828
pycparser 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
```

0 commit comments

Comments
 (0)