From c464b0dfba4f15e452384f904de83576512d4175 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 1 May 2025 02:17:55 +0200 Subject: [PATCH] fix: :bug: Put Node back into Docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 837cccf..f8a69d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Paraglide doesn't properly work with Bun, so it needs Node -FROM oven/bun:1.2.2-alpine AS base +FROM imbios/bun-node:latest-current-alpine AS base # Install dependencies into temp directory # This will cache them and speed up future builds