@@ -1,4 +1,4 @@
-FROM debian:bullseye-slim
+FROM ubuntu:24.04
RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/apt/lists/*