Skip to content

Commit

Permalink
docker issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
itsOwen committed Sep 9, 2024
1 parent 70c6f6e commit 1008610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the specified Python image
FROM python:3.8.19-slim-bullseye
FROM python:3.10-slim-bullseye

# Set the working directory in the container
WORKDIR /app
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Please follow the Docker Container Guide given below, as I won't be able to main

## 🛠 Installation

**Note: CyberScraper 2077 requires Python 3.10 or higher.**

1. Clone this repository:
```bash
git clone https://github.com/itsOwen/CyberScraper-2077.git
Expand Down

0 comments on commit 1008610

Please sign in to comment.