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 Dec 11, 2023
1 parent f85e5c0 commit f298d79
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 @@ -165,7 +165,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 @@ -235,7 +235,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.1.1
Expand Down Expand Up @@ -287,7 +287,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.1.1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-main.yaml
Expand Up @@ -165,7 +165,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 @@ -237,7 +237,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.1.1
Expand Down Expand Up @@ -289,7 +289,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.1.1
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 f298d79

Please sign in to comment.