From 55a27974e41a6bade456c887722a3d843cd51ca1 Mon Sep 17 00:00:00 2001 From: borja Date: Mon, 13 Oct 2025 19:22:18 +0200 Subject: [PATCH] =?UTF-8?q?cambio=20la=20imagen=20de=20bun=20a=20debian=20?= =?UTF-8?q?a=20ver=20si=20as=C3=AD=20rula=20con=20la=20=C3=BAltima=20versi?= =?UTF-8?q?=C3=B3n=20de=20debian?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31d6ae5..c964746 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use standard Bun image for debugging (switch back to alpine later) -FROM oven/bun:1 as base +FROM oven/bun:debian as base # Install basic debugging tools RUN apt-get update && apt-get install -y curl netcat sqlite3