Skip to content

Commit e6f8c89

Browse files
committed
Update readme
1 parent 143d7c3 commit e6f8c89

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This is my personal base container for Docker, now with Python! Maybe you'll
44
find it helpful too...
55

6+
[![Create and publish a Docker image](https://github.com/minchinweb/docker-python/actions/workflows/deploy-image.yml/badge.svg)](https://github.com/minchinweb/docker-python/actions/workflows/deploy-image.yml)
67
[![GitHub issues](https://img.shields.io/github/issues-raw/minchinweb/docker-python.svg?style=popout)](https://github.com/MinchinWeb/docker-python/issues)
78
<!--
89
[![Docker Pulls](https://img.shields.io/docker/pulls/minchinweb/python.svg?style=popout)](https://hub.docker.com/r/minchinweb/python)
@@ -14,11 +15,12 @@ The container will probably not be used directly, but rather as a for building
1415
other (Docker) containers on. To do that, specify this as your base image (in
1516
your `Dockerfile`):
1617

17-
FROM ghcr.io/minchinweb/python
18+
FROM ghcr.io/minchinweb/python:3.14
1819

1920
# ... and the rest
2021

21-
**This packages Python 3.12.**
22+
**This packages Python 3.14.** (There are previous Python versions tagged, but
23+
the base system is likely not up to date.)
2224

2325
You also probably want to set the UID and GID (*User ID* number and *Group ID*
2426
number). This can be done through the environmental variables `PUID` and `GUID`

0 commit comments

Comments
 (0)