Skip to content

Commit 61b4c5b

Browse files
chore(deps): update python docker tag to v3.12.5
1 parent 69ca643 commit 61b4c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
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.12.5
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)