From 7a49dd3fb9bf7b1ca4312be094a33c9ae042a19f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 19:13:01 +0000 Subject: [PATCH] deps(minor): update dependency ansible to v13.1.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c2d78d..9ef9d9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314 ENV ANSIBLE_LATER_VERSION=4.0.8 # renovate: datasource=pypi depName=ansible -ENV ANSIBLE_CORE_VERSION=13.0.0 +ENV ANSIBLE_CORE_VERSION=13.1.0 RUN apk add --no-cache bash python3 python3-dev py3-pip && \ pip3 install --break-system-packages -U ansible-later==${ANSIBLE_LATER_VERSION} ansible==${ANSIBLE_CORE_VERSION} && \