File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77# -----------------------------------------------------------------------------
88# Stage 1: Build Stage - Install Python dependencies with compilation
99# -----------------------------------------------------------------------------
10- FROM python:3.13 -slim-trixie AS builder
10+ FROM python:3.14 -slim-trixie AS builder
1111
1212WORKDIR /build
1313
@@ -31,7 +31,7 @@ RUN pip install --user --no-cache-dir --no-warn-script-location -r requirements-
3131# -----------------------------------------------------------------------------
3232# Stage 2: Runtime Stage - Minimal production image with non-root user
3333# -----------------------------------------------------------------------------
34- FROM python:3.13 -slim-trixie
34+ FROM python:3.14 -slim-trixie
3535
3636# OCI annotations for container metadata and compliance
3737LABEL org.opencontainers.image.title="OpenTranscribe Backend Lite" \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ FROM denoland/deno:bin AS deno-bin
1212# -----------------------------------------------------------------------------
1313# Stage 1: Build Stage - Install Python dependencies with compilation
1414# -----------------------------------------------------------------------------
15- FROM python:3.13 -slim-trixie AS builder
15+ FROM python:3.14 -slim-trixie AS builder
1616
1717WORKDIR /build
1818
@@ -46,7 +46,7 @@ RUN pip install --user --no-cache-dir --no-warn-script-location --no-deps whispe
4646# -----------------------------------------------------------------------------
4747# Stage 2: Runtime Stage - Minimal production image with non-root user
4848# -----------------------------------------------------------------------------
49- FROM python:3.13 -slim-trixie
49+ FROM python:3.14 -slim-trixie
5050
5151# OCI annotations for container metadata and compliance
5252LABEL org.opencontainers.image.title="OpenTranscribe Backend" \
You can’t perform that action at this time.
0 commit comments