Merge branch 'development' into 'master'

chore: release

See merge request nofusscomputing/projects/ansible/execution_environment!130
This commit is contained in:
2023-12-05 04:35:52 +00:00
4 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM python:3.11-bullseye as wheelbuild
FROM --platform=$TARGETPLATFORM python:3.11-slim-bookworm as wheelbuild
ARG CI_JOB_TOKEN
ARG CI_API_V4_URL
@ -15,7 +15,8 @@ RUN apt update \
&& apt install --reinstall -yq \
git \
curl \
rustc cargo || true
rustc cargo \
libpq-dev || true
RUN mkdir -p /tmp/python_modules /tmp/python_builds
@ -47,7 +48,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
libffi-dev \
python3-dev \
cargo \
pkg-config || true
pkg-config \
libpq-dev || true
RUN pip install --upgrade pip

View File

@ -1,4 +1,4 @@
ansible-core==2.14.5
ansible-core==2.16.0
ansible-lint==6.15.0
ansible-runner==2.3.4