We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b5466 commit 9d01497Copy full SHA for 9d01497
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage - Use a Python image with uv pre-installed
2
-FROM ghcr.io/astral-sh/uv:python3.13-alpine AS builder
+FROM ghcr.io/astral-sh/uv:python3.13-bookworm AS builder
3
4
# Install the project into `/app`
5
WORKDIR /app
@@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
28
uv sync --locked --no-dev --no-editable
29
30
# Production stage - Use minimal Python image
31
-FROM python:3.13-alpine
+FROM python:3.13-bookworm
32
33
# Set the working directory
34
0 commit comments