From 9ebb9b5b6b97f08bccc38c6f3444b69c15a5f989 Mon Sep 17 00:00:00 2001 From: Alexandre Muller Date: Fri, 23 Feb 2024 14:58:41 +0100 Subject: [PATCH] readme: update supported debian version --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6211af9..2e7b0b0 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Grocker - a Docker image builder for Python applications *Grocker* allows you to bundle your Python applications as Docker image while keeping the image size as minimal as possible. -*Grocker* uses ``debian:jessie``, ``debian:stretch`` or ``alpine:latest`` as its +*Grocker* uses ``debian:buster``, ``debian:bookworm`` or ``alpine:latest`` as its base image. *Grocker* is hosted on Github at https://github.com/polyconseil/Grocker.