Skip to content

Commit 5f09ecb

Browse files
committed
Change to alpine image for the runner
1 parent b2bf5e0 commit 5f09ecb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2828
uv sync --locked --no-dev --no-editable
2929

3030
# Production stage - Use minimal Python image
31-
FROM python:3.13-bookworm
31+
FROM python:3.13-alpine
3232

3333
# Set the working directory
3434
WORKDIR /app

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)