Skip to content

Commit

Permalink
upgrade ansible to 9.1.0 (#14673)
Browse files Browse the repository at this point in the history
* upgrade to 9.1.0

* python version

* 3.11-alpine

* missed python version
  • Loading branch information
jackivanov authored Dec 7, 2023
1 parent fd6efb7 commit 90c2b1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: '3.9'
python-version: '3.11'
cache: 'pip'

- name: Install dependencies
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: '3.9'
python-version: '3.11'
cache: 'pip'

- name: Install dependencies
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: '3.9'
python-version: '3.11'
cache: 'pip'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.11-alpine

ARG VERSION="git"
ARG PACKAGES="bash libffi openssh-client openssl rsync tini gcc libffi-dev linux-headers make musl-dev openssl-dev rust cargo"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ansible==6.1.0
ansible==9.1.0
jinja2~=3.0.3
netaddr

0 comments on commit 90c2b1b

Please sign in to comment.