Skip to content

Commit 7adec63

Browse files
authored
Update Python and regex versions in README
1 parent 4abf0ec commit 7adec63

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ 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.14.0
11+
docker pull ghcr.io/pigs-will-fly/docker-python:3.14.2
1212
```
1313

1414
## What's inside?
1515

1616
```
1717
$ python -V
18-
Python 3.14.0
18+
Python 3.14.2
1919
2020
$ pip list
2121
Package Version
@@ -28,11 +28,11 @@ mysqlclient 2.2.7
2828
pip 25.3
2929
pycparser 2.23
3030
rcssmin 1.2.2
31-
regex 2025.11.3
31+
regex 2026.1.15
3232
zope.event 6.1
3333
zope.interface 8.2
3434
3535
$ docker images | head -n2
36-
REPOSITORY TAG IMAGE ID CREATED SIZE
37-
pigs-will-fly/docker-python latest 3f046d031ff3 1 second ago 106MB
36+
REPOSITORY TAG IMAGE ID CREATED SIZE
37+
pigs-will-fly/docker-python latest d086bed0681f 1 second ago 98.3MB
3838
```

0 commit comments

Comments
 (0)