From 442e9185e460f1b2e5d80c4805feeaa68a3e329a Mon Sep 17 00:00:00 2001 From: Richard Woudenberg Date: Fri, 9 Aug 2024 15:25:46 +0200 Subject: [PATCH] update ansible --- ansible/Dockerfile | 4 ++-- ansible/version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/Dockerfile b/ansible/Dockerfile index 4141dbd..cc90824 100644 --- a/ansible/Dockerfile +++ b/ansible/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.12-alpine RUN apk add --no-cache --virtual builddeps \ python3-dev \ @@ -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 diff --git a/ansible/version b/ansible/version index 57c6e87..238af44 100644 --- a/ansible/version +++ b/ansible/version @@ -1 +1 @@ -2023.1.0 +2024.8.0