1
0
mirror of https://github.com/docker/awesome-compose.git synced 2025-07-01 01:52:54 +00: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 $ docker compose up -d
Creating network "django_default" with the default driver Creating network "django_default" with the default driver
Building web 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 Creating django_web_1 ... done
``` ```