chore: Remove -slim tag from Python Docker base image.

This commit is contained in:
virtus
2026-01-16 19:53:46 +07:00
parent e120474b9d
commit 29cae1f467
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.9
WORKDIR /app