feat(docker): update base image from buster to bookworm

!184 #23
This commit is contained in:
2024-01-15 01:42:14 +09:30
parent b037996a4d
commit 4c69d8e2e5

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