Skip to content

Commit

Permalink
update ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
rchrd committed Aug 9, 2024
1 parent 4b1033d commit 442e918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ansible/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.12-alpine

RUN apk add --no-cache --virtual builddeps \
python3-dev \
Expand All @@ -19,7 +19,7 @@ RUN apk add --no-cache --virtual builddeps \
sshpass \
tzdata \
&& pip install --upgrade pip \
&& pip install --upgrade ansible==7.1.0 openshift==0.13.1 \
&& pip install --upgrade ansible==10.2.0 openshift==0.13.2 \
&& apk del builddeps

COPY ansible.cfg /etc/ansible/ansible.cfg
Expand Down
2 changes: 1 addition & 1 deletion ansible/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.1.0
2024.8.0

0 comments on commit 442e918

Please sign in to comment.