Skip to content

Commit c47aab7

Browse files
chore(deps): update python docker tag to v3.14.1
1 parent 460cb89 commit c47aab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-lampy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ networks:
55
external: true
66
services:
77
www:
8-
image: python:3.14.0
8+
image: python:3.14.1
99
working_dir: /app
1010
command: >
1111
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)