Skip to content

Commit 63695fc

Browse files
committed
use python 10
1 parent f1e1657 commit 63695fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /frontend
55

66
RUN npm install; npx quasar build
77

8-
FROM python:3.9-slim
8+
FROM python:3.10-slim
99

1010
ENV PYTHONFAULTHANDLER=1 \
1111
PYTHONUNBUFFERED=1 \

0 commit comments

Comments
 (0)