Skip to content

Commit 98d03f6

Browse files
committed
Update image version number in django/README.md examples
1 parent 41904ed commit 98d03f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: django/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ services:
2727
$ docker compose up -d
2828
Creating network "django_default" with the default driver
2929
Building web
30-
Step 1/6 : FROM python:3.7-alpine
30+
Step 1/6 : FROM python:3.12-alpine
3131
...
3232
...
33-
Status: Downloaded newer image for python:3.7-alpine
33+
Status: Downloaded newer image for python:3.12-alpine
3434
Creating django_web_1 ... done
3535
3636
```

0 commit comments

Comments
 (0)