We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e1657 commit 63695fcCopy full SHA for 63695fc
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /frontend
5
6
RUN npm install; npx quasar build
7
8
-FROM python:3.9-slim
+FROM python:3.10-slim
9
10
ENV PYTHONFAULTHANDLER=1 \
11
PYTHONUNBUFFERED=1 \
0 commit comments