From 7e88678f14648e0aaf32b84b30cc29b3180b7095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 09:44:47 +0100 Subject: [PATCH] chore(deps): update dependency ansible to v9.3.0 (#31) 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 c7c1886..be7e8f4 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.2.0}" +ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-9.3.0}" RUN apk --update add --virtual .build-deps python3-dev libffi-dev build-base && \ apk add --no-cache bash git curl rsync openssh-client sshpass && \