Skip to content

Commit

Permalink
chore(deps): bump srsp/ansible from 2.16.4 to 2.16.5 (#7)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
1 parent 290be90 commit 095b1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/
Expand Down

0 comments on commit 095b1cc

Please sign in to comment.