Skip to content

Commit ec85f8f

Browse files
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] <support@github.com>
1 parent e02df46 commit ec85f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM srsp/ansible:2.16.8 as build
1+
FROM srsp/ansible:2.17.5 as build
22

33
# Install azure cli
44
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
@@ -8,7 +8,7 @@ RUN apt-get clean
88
RUN find /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf \
99
&& find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf
1010

11-
FROM srsp/ansible:2.16.8
11+
FROM srsp/ansible:2.17.5
1212

1313
COPY --from=build /usr/bin/ /usr/bin/
1414
COPY --from=build /opt/az/ /opt/az/

0 commit comments

Comments
 (0)