Skip to content

Commit

Permalink
chore(deps): update python docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 14, 2024
1 parent 9ccab51 commit 24c0c47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-lite.yaml
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-main.yaml
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 24c0c47

Please sign in to comment.