summaryrefslogtreecommitdiffhomepage
path: root/packages/containers/bun-node
diff options
context:
space:
mode:
Diffstat (limited to 'packages/containers/bun-node')
-rw-r--r--packages/containers/bun-node/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/containers/bun-node/Dockerfile b/packages/containers/bun-node/Dockerfile
index 31a3bb547..e6cad9c27 100644
--- a/packages/containers/bun-node/Dockerfile
+++ b/packages/containers/bun-node/Dockerfile
@@ -1,6 +1,8 @@
ARG REGISTRY=ghcr.io/anomalyco
FROM ${REGISTRY}/build/base:24.04
+SHELL ["/bin/bash", "-lc"]
+
ARG NODE_VERSION=24.4.0
ARG BUN_VERSION=1.3.5