Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@ Alpine-based docker image for running Python 3.x applications (with dependencies
From [the GitHub's registry](https://github.com/pigs-will-fly/docker-python/pkgs/container/docker-python):

```
docker pull ghcr.io/pigs-will-fly/docker-python:3.14.2
docker pull ghcr.io/pigs-will-fly/docker-python:3.14.3
```

## What's inside?

```
$ python -V
Python 3.14.2
Python 3.14.3

$ pip list
Package Version
-------------- ------------------
cffi 2.0.0
gevent 25.9.1
greenlet 3.3.0
greenlet 3.3.1
msgspec 0.18.6+30.g595c33c
mysqlclient 2.2.7
pip 25.3
pycparser 2.23
mysqlclient 2.2.8
pip 26.0.1
pycparser 3.0
rcssmin 1.2.2
regex 2026.1.15
zope.event 6.1
zope.interface 8.2

$ docker images | head -n2
REPOSITORY TAG IMAGE ID CREATED SIZE
pigs-will-fly/docker-python latest d086bed0681f 1 second ago 98.3MB
REPOSITORY TAG IMAGE ID CREATED SIZE
pigs-will-fly/docker-python latest 9523da7126ee 1 second ago 105MB
```
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cffi
gevent==25.9.1
msgspec @ git+https://github.com/jcrist/msgspec@595c33c4a71c6d0c539b82233982a65819e240cf
mysqlclient==2.2.7
mysqlclient==2.2.8
regex==2026.1.15
rcssmin==1.2.2