From 5f6ec517b421e28ad784870425f6203e1b0bc07b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:06:17 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.11.18 --- ansible-runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-runner/Dockerfile b/ansible-runner/Dockerfile index 972747616..c530f0d9b 100644 --- a/ansible-runner/Dockerfile +++ b/ansible-runner/Dockerfile @@ -5,7 +5,7 @@ FROM alpine/helm:4.1.4 AS helm FROM alpine:3.23 AS tofu COPY --from=ghcr.io/opentofu/opentofu:1.11.6 /usr/local/bin/tofu /usr/local/bin/tofu -FROM ghcr.io/astral-sh/uv:0.11.8 AS uv +FROM ghcr.io/astral-sh/uv:0.11.18 AS uv FROM python:3.14-slim