We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02df46 commit ec85f8fCopy full SHA for ec85f8f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM srsp/ansible:2.16.8 as build
+FROM srsp/ansible:2.17.5 as build
2
3
# Install azure cli
4
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
@@ -8,7 +8,7 @@ RUN apt-get clean
8
RUN find /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf \
9
&& find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf
10
11
-FROM srsp/ansible:2.16.8
+FROM srsp/ansible:2.17.5
12
13
COPY --from=build /usr/bin/ /usr/bin/
14
COPY --from=build /opt/az/ /opt/az/
0 commit comments