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