Skip to content
Closed
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 @@ -20,7 +20,7 @@
# `FROM harbor-core.../ghcr-proxy/open-webui/open-terminal:latest`
# (see homelab#822). Mirrors upstream's own Dockerfile build steps
# exactly, substituting a git clone of our fork for `COPY . .`.
FROM python:3.14.6 AS fork-build
FROM python:3.15.0b3 AS fork-build

RUN apt-get update && apt-get install -y --no-install-recommends \
coreutils findutils grep sed gawk diffutils patch \
Expand Down