Skip to content
Open
Changes from 1 commit
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.11.15-python3.11-trixie-slim AS base
Comment thread
mickmis marked this conversation as resolved.
Outdated
# Not -alpine because: https://stackoverflow.com/a/58028091/651139

# Install system tools
Expand Down
Loading