mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +08:00
Update Dockerfile to use python 3.10 (#1195)
Co-authored-by: Adrià Casajús <adria.casajus@proton.ch>
This commit is contained in:
parent
25fde11a86
commit
54466389c5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ COPY ./static/package*.json /code/static/
|
|||
RUN cd /code/static && npm install
|
||||
|
||||
# Main image
|
||||
FROM python:3.7
|
||||
FROM python:3.10
|
||||
|
||||
# Keeps Python from generating .pyc files in the container
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
|
|
Loading…
Reference in a new issue