Skip to content

Commit

Permalink
python version update
Browse files Browse the repository at this point in the history
  • Loading branch information
codemeleon committed Oct 20, 2023
1 parent 0d7e84c commit 3ae6860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.11.3
FROM python:3.9.18

ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
Expand Down Expand Up @@ -36,4 +36,4 @@ COPY --chown=django_user:django_user . /code
COPY --chown=django_user:django_user . /code/static_cdn

#RUN python manage.py migrate
RUN python manage.py collectstatic --no-input
RUN python manage.py collectstatic --no-input

0 comments on commit 3ae6860

Please sign in to comment.