Skip to content

Commit 5972af9

Browse files
committed
chore(docker): Local - use Node.js 16.19.1
1 parent 4ec1da3 commit 5972af9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cubejs-docker/local.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ARG DEV_BUILD_IMAGE=cubejs/cube:build
2+
23
FROM $DEV_BUILD_IMAGE as build
3-
FROM node:14.21.1-bullseye-slim
4+
FROM node:16.19.1-bullseye-slim
45

56
ARG IMAGE_VERSION=dev
67

0 commit comments

Comments
 (0)