From ec85f8f5caf4aaa4756d547a9eab187409f6cfa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:49:21 +0000 Subject: [PATCH] chore(deps): bump srsp/ansible from 2.16.8 to 2.17.5 Bumps srsp/ansible from 2.16.8 to 2.17.5. --- updated-dependencies: - dependency-name: srsp/ansible dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1941fb8..9ae02f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM srsp/ansible:2.16.8 as build +FROM srsp/ansible:2.17.5 as build # Install azure cli RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash @@ -8,7 +8,7 @@ RUN apt-get clean RUN find /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf \ && find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf -FROM srsp/ansible:2.16.8 +FROM srsp/ansible:2.17.5 COPY --from=build /usr/bin/ /usr/bin/ COPY --from=build /opt/az/ /opt/az/