Skip to content

Commit 4bf6b34

Browse files
chore(deps): update backend
1 parent 69b5a8e commit 4bf6b34

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# --- Builder stage ---
2-
FROM ghcr.io/astral-sh/uv:0.11-python3.13-trixie-slim@sha256:1b168dc71312b0ef3e3c11cdc512f9710f73f89d23b737baa4e0f0dc9b5a1ade AS builder
2+
FROM ghcr.io/astral-sh/uv:0.11-python3.13-trixie-slim@sha256:58f82df75c88dd53d3ddc0f50ea5cb18086724bc9b60852310cead94e41e46f9 AS builder
33

44
# Install git for custom dependencies (fastapi-users-db-sqlmodel)
55
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
@@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
3434
uv sync --locked --no-editable --no-default-groups --group=api
3535

3636
# --- Final runtime stage ---
37-
FROM python:3.14-slim@sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca
37+
FROM python:3.14-slim@sha256:5e59aae31ff0e87511226be8e2b94d78c58f05216efda3b07dbbed938ec8583b
3838

3939
# Build arguments
4040
ARG WORKDIR=/opt/relab/backend

backend/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Development Dockerfile for FastAPI Backend
22
# Note: This requires mounting the source code as a volume in docker-compose.override.yml
3-
FROM ghcr.io/astral-sh/uv:0.11-python3.13-trixie-slim@sha256:1b168dc71312b0ef3e3c11cdc512f9710f73f89d23b737baa4e0f0dc9b5a1ade
3+
FROM ghcr.io/astral-sh/uv:0.11-python3.13-trixie-slim@sha256:58f82df75c88dd53d3ddc0f50ea5cb18086724bc9b60852310cead94e41e46f9
44

55
# Build arguments
66
ARG WORKDIR=/opt/relab/backend

backend/Dockerfile.migrations

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# --- Builder stage ---
2-
FROM ghcr.io/astral-sh/uv:0.11-python3.13-trixie-slim@sha256:1b168dc71312b0ef3e3c11cdc512f9710f73f89d23b737baa4e0f0dc9b5a1ade AS builder
2+
FROM ghcr.io/astral-sh/uv:0.11-python3.13-trixie-slim@sha256:58f82df75c88dd53d3ddc0f50ea5cb18086724bc9b60852310cead94e41e46f9 AS builder
33

44
WORKDIR /opt/relab/backend_migrations
55

@@ -33,7 +33,7 @@ COPY scripts/ scripts/
3333
COPY app/ app/
3434

3535
# --- Final runtime stage ---
36-
FROM python:3.14-slim@sha256:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca
36+
FROM python:3.14-slim@sha256:5e59aae31ff0e87511226be8e2b94d78c58f05216efda3b07dbbed938ec8583b
3737

3838
# Build arguments
3939
ARG WORKDIR=/opt/relab/backend_migrations

0 commit comments

Comments
 (0)