fix(build): 👷 Remove Node from Docker image builds

This commit is contained in:
Jesse Wierzbinski 2025-02-14 14:23:26 +01:00
parent f41908a3a7
commit d3659825f8
No known key found for this signature in database

View file

@ -1,5 +1,4 @@
# Paraglide doesn't properly work with Bun, so it needs Node FROM oven/bun:1.2.2-alpine AS base
FROM imbios/bun-node:22-alpine AS base
# Install dependencies into temp directory # Install dependencies into temp directory
# This will cache them and speed up future builds # This will cache them and speed up future builds