Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
update Dockerfile and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk1 committed Aug 27, 2023
1 parent 313839b commit b5934a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY chatbot-ui/ ./
RUN npm run build

# Production stage for the Python Flask app
FROM python:3.10-slim
FROM python:3.11-slim
WORKDIR /app

# Upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.oldbak
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Python image as a base image
FROM python:3.10-slim
FROM python:3.11-slim

# Set the working directory
WORKDIR /app
Expand Down

0 comments on commit b5934a0

Please sign in to comment.