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:
parent
41904edd6a
commit
7981244a37
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue