Skip to content

feat(docker): migrate to alpine, harden container, and update docs#37

Open
mhajder wants to merge 1 commit into
open-webui:mainfrom
mhajder:feat/docker
Open

feat(docker): migrate to alpine, harden container, and update docs#37
mhajder wants to merge 1 commit into
open-webui:mainfrom
mhajder:feat/docker

Conversation

@mhajder

@mhajder mhajder commented Jun 6, 2026

Copy link
Copy Markdown
  • Upgrade Docker base image to python:3.14-alpine3.23
  • Use Astral uv for multi-stage dependency installs and virtual env management
  • Switch to running under non-root appuser (UID/GID 1000)
  • Replace healthcheck curl command with wget to support Alpine
  • Update docker-compose examples in README.md and docs/guide.md

Fixes #15

- Upgrade Docker base image to python:3.14-alpine3.23
- Use Astral uv for multi-stage dependency installs and virtual env management
- Switch to running under non-root appuser (UID/GID 1000)
- Replace healthcheck curl command with wget to support Alpine
- Update docker-compose examples in README.md and docs/guide.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker: Wrong Config Volume Mount

1 participant