Skip to content

Commit c0888de

Browse files
author
Ferdinand Hoffmann
committed
Use python 3.10 for development
1 parent 695a921 commit c0888de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM python:3.11
2+
FROM python:3.10
33

44
ARG USERNAME=code
55
ARG USER_UID=1000
@@ -33,4 +33,4 @@ USER $USERNAME
3333
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
3434

3535
# To run the celery worker use this command:
36-
# CMD ["celery", "--app", "demo", "worker"]
36+
# CMD ["celery", "--app", "demo", "worker"]

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ debugpy = "*"
2525
flake8 = "*"
2626

2727
[requires]
28-
python_version = "3.11"
28+
python_version = "3.10"

Pipfile.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)