From e2ab70d5221fd87cb1fbe3c74def42767e166b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phorcys=20=F0=9F=90=BE?= <57866459+phorcys420@users.noreply.github.com> Date: Wed, 12 Aug 2026 09:02:31 +0200 Subject: [PATCH] chore: move to alpine-based bun image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5bda9a2..14f39ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:1 AS base +FROM oven/bun:1-alpine AS base WORKDIR /usr/src/app COPY . .