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
2 changes: 1 addition & 1 deletion monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# This image is intended to be built from the repository root context/folder.

FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim AS base
FROM ghcr.io/astral-sh/uv:0.9.30-python3.13-bookworm-slim AS base
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use a latest version ?

0.11.15-python3.11-trixie-slim seems a good candidate, if changing debian version is fine.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by me. Does that imply that some other spots need to be updated?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that the only location. Potential issue is probably with new packages with debian change, but just building the image should tell us.

# Not -alpine because: https://stackoverflow.com/a/58028091/651139

# Install system tools
Expand Down
Loading