Skip to content

Commit 7765b53

Browse files
committed
Python 3.14
1 parent 8097e42 commit 7765b53

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
@@ -9,7 +9,7 @@ RUN npm run build
99

1010

1111
# Stage 2: FastAPI backend with Vue build files
12-
FROM python:3.12-slim
12+
FROM python:3.14-slim
1313
WORKDIR /app
1414

1515
ENV PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)