diff --git a/Dockerfile b/Dockerfile index 7abcd8b..31d6ae5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use standard Bun image for debugging (switch back to alpine later) -FROM oven/bun:1.1 as base +FROM oven/bun:1 as base # Install basic debugging tools RUN apt-get update && apt-get install -y curl netcat sqlite3