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 Oct 25, 2023
1 parent 5593d7f commit b565ae6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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
2 changes: 1 addition & 1 deletion .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
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 b565ae6

Please sign in to comment.