Skip to content

Commit be2380b

Browse files
committed
Bumbed Python base image for Chatbot Demo
1 parent e74f9b8 commit be2380b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-apps/chatbot-rag-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN rm -rf /app/frontend/node_modules
88
RUN cd frontend && yarn install
99
RUN cd frontend && REACT_APP_API_HOST=/api yarn build
1010

11-
FROM python:3.9-slim
11+
FROM python:3.10-slim
1212

1313
WORKDIR /app
1414
RUN mkdir -p ./frontend/build

0 commit comments

Comments
 (0)