Skip to content

Commit 27b0886

Browse files
committed
changed version numbers
1 parent 672bd6d commit 27b0886

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![PayPal](https://img.shields.io/badge/PayPal-Donate-blue?logo=paypal&logoColor=white)](https://www.paypal.me/unterrikermanu)
44
[![Docker Pulls](https://img.shields.io/docker/pulls/loredcast/filewizard.svg)](https://hub.docker.com/r/loredcast/filewizard)
5-
[![Docker Image Version](https://img.shields.io/docker/v/loredcast/filewizard/0.3-latest.svg)](https://hub.docker.com/r/loredcast/filewizard)
5+
[![Docker Image Version](https://img.shields.io/docker/v/loredcast/filewizard/0.4-latest.svg)](https://hub.docker.com/r/loredcast/filewizard)
66

77
A self-hosted, browser-based utility for file conversion, OCR and audio transcription. It wraps common CLI and Python converters (FFmpeg, LibreOffice, Pandoc, ImageMagick, etc.), plus `faster-whisper` and Tesseract OCR.
88

@@ -31,7 +31,7 @@ FastAPI backend, vanilla HTML/JS/CSS frontend (lightweight), Huey for task queui
3131

3232
### Recommended — Docker (pull from Docker Hub)
3333
Images available:
34-
- `loredcast/filewizard:0.3-latest`
34+
- `loredcast/filewizard:latest` (newest full release without cuda)
3535
- `loredcast/filewizard:0.3-small` (omits TeX and other large tools)
3636
- `loredcast/filewizard:0.3-cuda` (CUDA-enabled)
3737

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
version: "3.9"
22
services:
33
web:
4-
image: loredcast/filewizard:0.4-latest
4+
image: loredcast/filewizard:latest
55
build:
66
context: .
7-
# Set the target stage for the build. This is the crucial part.
87
target: full-final # Change to 'full-final' or 'small-final' as needed
98
#env_file:
109
# - .env

0 commit comments

Comments
 (0)