From c82a56bbdd94db7aa9bec615310f7efd3c217a9b Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Tue, 11 Jul 2023 22:28:29 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4109390..65360a45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # * @projectName MissKatyPyro # * Copyright ©YasirPedia All rights reserved -# Base Docker Using Ubuntu 23.04, Python 3.11 and Built In Pip +# Base Docker Using Debian 12 (BookWorm), Python 3.11.4 and Built In Pip ## With Built in Pip Package FROM yasirarism/misskaty-docker:latest ## Without Built in Pip Package