Skip to content
Open
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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a full image with uv pre-installed as builder
FROM ghcr.io/astral-sh/uv:python3.13-trixie AS builder
FROM ghcr.io/astral-sh/uv:python3.13-trixie@sha256:d880a6830733cadff8d92e4f7fda20d9a23985f7c198183ef7e5f86bea170cf8 AS builder

# Install the project into `/app`
WORKDIR /app
Expand All @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --no-dev --locked

# Use slim image as runner
FROM ghcr.io/astral-sh/uv:python3.13-trixie-slim AS runner
FROM ghcr.io/astral-sh/uv:python3.13-trixie-slim@sha256:0b973c14a35cb0dc8fe63a2e8c9919fd797ac566de13090fcf0df4a6b3994b78 AS runner

# Metadata for the image
ARG IMAGE_CREATED="unknown"
Expand Down