Skip to content

Commit e94d75d

Browse files
chore(deps): bump python in /backend
Bumps python from 3.13-slim-trixie to 3.14-slim-trixie. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim-trixie dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94d5c0c commit e94d75d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

backend/Dockerfile.lite

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

1212
WORKDIR /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
3737
LABEL org.opencontainers.image.title="OpenTranscribe Backend Lite" \

backend/Dockerfile.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1717
WORKDIR /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
5252
LABEL org.opencontainers.image.title="OpenTranscribe Backend" \

0 commit comments

Comments
 (0)