fix: change base image from Ubuntu to Debian in Dockerfile

This commit is contained in:
2026-02-24 15:54:56 +05:00
parent 4427f60107
commit f007bafcef
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ubuntu:22.04-slim
FROM debian:12-slim
ENV DEBIAN_FRONTEND=noninteractive