diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 9f3de0f..931db97 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:-10.4.0}" +ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-10.5.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 && \