From 095b1cc57164430f6fa03a188d3859b8a6874b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:24:06 +0200 Subject: [PATCH] chore(deps): bump srsp/ansible from 2.16.4 to 2.16.5 (#7) Bumps srsp/ansible from 2.16.4 to 2.16.5. --- updated-dependencies: - dependency-name: srsp/ansible dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8eae2d7..28024d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM srsp/ansible:2.16.4 as build +FROM srsp/ansible:2.16.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.4 +FROM srsp/ansible:2.16.5 COPY --from=build /usr/bin/ /usr/bin/ COPY --from=build /opt/az/ /opt/az/