From 6bc30dc6e1b2e8bab23aa02b6da3354df8c728f5 Mon Sep 17 00:00:00 2001 From: w Date: Mon, 11 Aug 2025 10:18:56 +0200 Subject: [PATCH] update Dockerfile base image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2a69367..6c61864 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM debian:12-slim RUN set -e && \ apt-get update -q -y --no-install-recommends && \ @@ -25,7 +25,7 @@ RUN git submodule update --init --recursive && \ # --- -FROM ubuntu:20.04 +FROM debian:12-slim COPY --from=0 /usr/src/p2pool/build/p2pool / RUN set -e && \