chore: release to stable #123

Merged
jon_nfc merged 6 commits from development into master 2023-10-21 02:31:56 +00:00
2 changed files with 18 additions and 6 deletions
Showing only changes of commit b8aea8f847 - Show all commits

View File

@ -1,3 +1,5 @@
ARG TARGETPLATFORM=linux/amd64
FROM --platform=$TARGETPLATFORM python:3.11-bullseye
# Ansible chucks a wobbler without. see: https://github.com/ansible/ansible/issues/78283