update version
This commit is contained in:
parent
a962eafea5
commit
16540191fb
3 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ COPY frontend/ .
|
|||
RUN npm run build
|
||||
|
||||
# Stage 2: Build the backend
|
||||
FROM python:3.9-slim
|
||||
FROM python:3.10-slim
|
||||
WORKDIR /app
|
||||
|
||||
# Install system dependencies
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
## Recent Changes
|
||||
- Fixed Docker containerization issues:
|
||||
- Updated Python from 3.9 to 3.10 in Dockerfile (OCRmyPDF 16.10.0 requires Python ≥3.10)
|
||||
- Updated Dockerfile to use OCRmyPDF 16.10.0 (matching requirements.txt)
|
||||
- Added pikepdf 9.5.2 to Dockerfile (was missing but in requirements.txt)
|
||||
- Added version '3.8' to docker-compose.yml
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@
|
|||
- Overall Progress: ~85% complete
|
||||
|
||||
## Recent Changes
|
||||
- ✅ Fixed: Docker containerization issues resolved (upgraded to Python 3.10, version mismatch, missing dependencies, Docker Compose configuration)
|
||||
- ✅ Removed: TxtToPdf functionality has been completely removed from the application as it's no longer needed
|
||||
|
||||
## Known Issues
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue