From 9d3afd91415ec1ebe6ac4833d9c9072bbf9d5898 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 08:58:06 +0200 Subject: [PATCH] chore(deps): update dependency ansible to v9.5.1 (#47) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 9fbe8d1..2c93834 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -22,7 +22,7 @@ ARG TARGETARCH ARG ANSIBLE_VERSION # renovate: datasource=pypi depName=ansible -ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.4.0}" +ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.5.1}" RUN apk --update add --virtual .build-deps python3-dev libffi-dev build-base && \ apk add --no-cache bash git curl rsync openssh-client sshpass && \