Skip to content

Update ghcr.io/astral-sh/uv:python3.13-alpine Docker digest to d5d6a8f #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2025
Merged
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/astral-sh/uv:python3.13-alpine@sha256:32bb65093c2b46ad75cb46c59c4c4bbc4bfb14627a4b11ce48098c48f61c97e7 AS builder
FROM ghcr.io/astral-sh/uv:python3.13-alpine@sha256:d5d6a8f31d5bb0f17cdeeb4ab08910bb22f9b9d36b7d5ddc2279501b26689ebd AS builder
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy

# Disable Python downloads, because we want to use the system interpreter
Expand Down