Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY frontend/ ./
RUN pnpm run build

# Stage 2: Production runtime with Python + FastAPI
FROM python:3.11-slim
FROM python:3.11-slim@sha256:db3ff2e1800a8581e2c48a27c3995339d47bdf046da21c7627accd3d51053a93

# Install system dependencies:
# - curl for the healthcheck
Expand Down
2 changes: 1 addition & 1 deletion production/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
user: "1000:1000" # Change to match your user's UID:GID (99:99 on Unraid)

libretranslate:
image: libretranslate/libretranslate:latest
image: libretranslate/libretranslate:latest@sha256:ec34530bb41a2f18907220740e51bdda21cfabeb296af5aceb778c5cce20eb5f
container_name: libretranslate
restart: unless-stopped
ports:
Expand Down