From 2d1045dffa604a435555070a4d6fa9bddea75ac3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:58:14 +0000 Subject: [PATCH] Update dependency ansible to v10.3.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6835863..ac25945 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.2.0 +ARG ANSIBLE_VERSION=10.3.0 RUN \ apt-get update && \