From d980cba3c66d5c86931925e8d3c715b40c1e672a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 03:10:38 +0000 Subject: [PATCH] Update dependency ansible to v11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24d59cb..0e60a21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive # renovate: datasource=pypi depName=ansible -ARG ANSIBLE_VERSION=10.6.0 +ARG ANSIBLE_VERSION=11.1.0 RUN \ apt-get update && \