Skip to content

Commit 4175f06

Browse files
committed
Update Readme
1 parent 9f4d434 commit 4175f06

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Readme.md

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

6-
[![Docker Pulls](https://img.shields.io/docker/pulls/minchinweb/python.svg?style=popout)](https://hub.docker.com/r/minchinweb/python)
7-
[![Size & Layers](https://images.microbadger.com/badges/image/minchinweb/python.svg)](https://microbadger.com/images/minchinweb/python)
86
[![GitHub issues](https://img.shields.io/github/issues-raw/minchinweb/docker-python.svg?style=popout)](https://github.com/MinchinWeb/docker-python/issues)
97
<!--
10-
![MicroBadger Layers](https://img.shields.io/microbadger/layers/layers/minchinweb/python.svg?style=plastic)
11-
![MicroBadger Size](https://img.shields.io/microbadger/image-size/image-size/minchinweb/python.svg?style=plastic)
8+
[![Docker Pulls](https://img.shields.io/docker/pulls/minchinweb/python.svg?style=popout)](https://hub.docker.com/r/minchinweb/python)
129
-->
1310

1411
## How to Use This
@@ -17,7 +14,7 @@ The container will probably not be used directly, but rather as a for building
1714
other (Docker) containers on. To do that, specify this as your base image (in
1815
your `Dockerfile`):
1916

20-
FROM minchinweb/python
17+
FROM ghcr.io/minchinweb/python
2118

2219
# ... and the rest
2320

0 commit comments

Comments
 (0)