diff --git a/.github/workflows/ci-lite.yaml b/.github/workflows/ci-lite.yaml index db441bba0a..6c82011fe5 100644 --- a/.github/workflows/ci-lite.yaml +++ b/.github/workflows/ci-lite.yaml @@ -180,7 +180,7 @@ jobs: # runs all of the steps inside the specified container rather than on the VM host. # Because of this the network configuration changes from host based network to a container network. container: - image: python:3.9-buster + image: python:3.11-buster services: splunk: @@ -250,7 +250,7 @@ jobs: # runs all of the steps inside the specified container rather than on the VM host. # Because of this the network configuration changes from host based network to a container network. container: - image: python:3.9-buster + image: python:3.11-buster services: splunk: image: splunk/splunk:9.2.0 @@ -302,7 +302,7 @@ jobs: # runs all of the steps inside the specified container rather than on the VM host. # Because of this the network configuration changes from host based network to a container network. container: - image: python:3.9-buster + image: python:3.11-buster services: splunk: image: splunk/splunk:9.2.0 diff --git a/.github/workflows/ci-main.yaml b/.github/workflows/ci-main.yaml index 61c28701f9..077851c01d 100644 --- a/.github/workflows/ci-main.yaml +++ b/.github/workflows/ci-main.yaml @@ -180,7 +180,7 @@ jobs: # runs all of the steps inside the specified container rather than on the VM host. # Because of this the network configuration changes from host based network to a container network. container: - image: python:3.9-buster + image: python:3.11-buster services: splunk: @@ -252,7 +252,7 @@ jobs: # runs all of the steps inside the specified container rather than on the VM host. # Because of this the network configuration changes from host based network to a container network. container: - image: python:3.9-buster + image: python:3.11-buster services: splunk: image: splunk/splunk:9.2.0 @@ -304,7 +304,7 @@ jobs: # runs all of the steps inside the specified container rather than on the VM host. # Because of this the network configuration changes from host based network to a container network. container: - image: python:3.9-buster + image: python:3.11-buster services: splunk: image: splunk/splunk:9.2.0 diff --git a/ansible/Dockerfile b/ansible/Dockerfile index 8e03af55a2..80949775ef 100644 --- a/ansible/Dockerfile +++ b/ansible/Dockerfile @@ -1,5 +1,5 @@ # install requirements in venv -FROM python:3.10 AS venv_builder +FROM python:3.12 AS venv_builder RUN pip install ansible~=6.1.0 --no-cache-dir RUN pip install pywinrm>=0.4.2 --no-cache-dir RUN pip install ansible-lint>=6.0.0 --no-cache-dir