Skip to content

Commit 63007ce

Browse files
chore(deps): update python docker tag to v3.13.7
1 parent 8e1d48e commit 63007ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.4"
22
services:
33
www:
4-
image: python:3.11.4
4+
image: python:3.13.7
55
working_dir: /app
66
command: >
77
bash -c "source /.venv/bin/activate && pip install -r requirements.txt && python manage.py runserver 0.0.0.0:8080"

0 commit comments

Comments
 (0)