diff --git a/Dockerfile b/Dockerfile index 8a70df6..405e3c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM srsp/ansible:2.14.11 as build +FROM srsp/ansible:2.14.13 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.14.11 +FROM srsp/ansible:2.14.13 COPY --from=build /usr/bin/ /usr/bin/ COPY --from=build /opt/az/ /opt/az/