diff --git a/dockerfile-build_cache b/dockerfile-build_cache index 53c99ca..e35d9a6 100644 --- a/dockerfile-build_cache +++ b/dockerfile-build_cache @@ -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 diff --git a/includes/etc/ansible/playbooks b/includes/etc/ansible/playbooks index ac45d08..7acd7e3 160000 --- a/includes/etc/ansible/playbooks +++ b/includes/etc/ansible/playbooks @@ -1 +1 @@ -Subproject commit ac45d0837cb598fe933c7ab505f6f7bf64ea306d +Subproject commit 7acd7e385d6b351a32acf95e773f801754625a15 diff --git a/includes/etc/ansible/roles b/includes/etc/ansible/roles index 7b2fcb3..fe7841d 160000 --- a/includes/etc/ansible/roles +++ b/includes/etc/ansible/roles @@ -1 +1 @@ -Subproject commit 7b2fcb3ee16e4b098313e940063ded73eb2b1a4b +Subproject commit fe7841dff582c6bf11d0f4832839535e60e3ca66 diff --git a/requirements.txt b/requirements.txt index 94a925b..83e1069 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible-core==2.14.5 +ansible-core==2.16.0 ansible-lint==6.15.0 ansible-runner==2.3.4