fix: issues 25, 23 #211

Merged
jon_nfc merged 16 commits from fix-mysql-shrink-image into development 2024-01-14 17:35:51 +00:00
4 changed files with 85 additions and 51 deletions
Showing only changes of commit 4c69d8e2e5 - Show all commits

View File

@ -2,7 +2,7 @@
FROM --platform=$TARGETPLATFORM quay.io/ansible/receptor:devel as receptor
FROM --platform=$TARGETPLATFORM python:3.11-slim-bullseye
FROM --platform=$TARGETPLATFORM python:3.11-slim-bookworm
# Ansible chucks a wobbler without. see: https://github.com/ansible/ansible/issues/78283
ENV LC_ALL en_US.UTF-8