From 4c69d8e2e56cb63d8890a2a70d53bac782ce3df3 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 15 Jan 2024 01:42:14 +0930 Subject: [PATCH] feat(docker): update base image from buster to bookworm !184 #23 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 9110abb..9ee6b9a 100644 --- a/dockerfile +++ b/dockerfile @@ -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