1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 07:18:06 +02:00

Update image version number in django/README.md examples

Signed-off-by: Wes Lord <weslord@fisgardlabs.com>
This commit is contained in:
Wes Lord 2024-12-21 15:15:51 -08:00
parent 41904edd6a
commit 7981244a37

View file

@ -27,10 +27,10 @@ services:
$ docker compose up -d
Creating network "django_default" with the default driver
Building web
Step 1/6 : FROM python:3.7-alpine
Step 1/6 : FROM python:3.12-alpine
...
...
Status: Downloaded newer image for python:3.7-alpine
Status: Downloaded newer image for python:3.12-alpine
Creating django_web_1 ... done
```