chore: release #157

Merged
jon_nfc merged 15 commits from development into master 2023-12-05 04:35:53 +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