From d3659825f85bd4df2118c8ebcd59c0b35c9b58e4 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Fri, 14 Feb 2025 14:23:26 +0100 Subject: [PATCH] fix(build): :construction_worker: Remove Node from Docker image builds --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 71ca4f7..e5a25c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -# Paraglide doesn't properly work with Bun, so it needs Node -FROM imbios/bun-node:22-alpine AS base +FROM oven/bun:1.2.2-alpine AS base # Install dependencies into temp directory # This will cache them and speed up future builds