mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-04 16:29:57 +02:00
upgrade ansible to 9.1.0 (#14673)
* upgrade to 9.1.0 * python version * 3.11-alpine * missed python version
This commit is contained in:
parent
fd6efb71f2
commit
90c2b1bbeb
3 changed files with 5 additions and 5 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
with:
|
||||
python-version: '3.9'
|
||||
python-version: '3.11'
|
||||
cache: 'pip'
|
||||
|
||||
- name: Install dependencies
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
with:
|
||||
python-version: '3.9'
|
||||
python-version: '3.11'
|
||||
cache: 'pip'
|
||||
|
||||
- name: Install dependencies
|
||||
|
@ -101,7 +101,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v2.3.2
|
||||
with:
|
||||
python-version: '3.9'
|
||||
python-version: '3.11'
|
||||
cache: 'pip'
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
ansible==6.1.0
|
||||
ansible==9.1.0
|
||||
jinja2~=3.0.3
|
||||
netaddr
|
||||
|
|
Loading…
Add table
Reference in a new issue