Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Update ansible to 2.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Oct 12, 2023
1 parent 0106e0c commit 66748f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04
LABEL name="deis-go-dev" \
maintainer="Matt Boersma <matt.boersma@microsoft.com>"

ENV ANSIBLE_VERSION=5.9.0 \
ENV ANSIBLE_VERSION=2.15.5 \
AZCLI_VERSION=2.52.0 \
DOCKER_VERSION=20.10.2 \
ETCDCTL_VERSION=v3.1.8 \
Expand Down Expand Up @@ -109,8 +109,8 @@ RUN \
&& mv /tmp/upx-${UPX_VERSION}-amd64_linux/upx /usr/local/bin/upx \
&& pip3 install --disable-pip-version-check --no-cache-dir --upgrade pip \
&& pip3 install --disable-pip-version-check --no-cache-dir --upgrade azure-cli==${AZCLI_VERSION} PyJWT shyaml pywinrm==${PYWINRM_VERSION} \
&& pip3 install --disable-pip-version-check --no-cache-dir --upgrade ansible==${ANSIBLE_VERSION} ansible-core==2.12.6 --force-reinstall \
&& ansible-galaxy collection install ansible.windows:==1.13.0 \
&& pip3 install --disable-pip-version-check --no-cache-dir --upgrade ansible-core==${ANSIBLE_VERSION} --force-reinstall \
&& ansible-galaxy collection install ansible.windows:>=2.10.0 \
&& apt-get purge --auto-remove -y libffi-dev python3-dev \
&& apt-get autoremove -y \
&& apt-get clean -y \
Expand Down

0 comments on commit 66748f1

Please sign in to comment.