We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec1da3 commit 5972af9Copy full SHA for 5972af9
packages/cubejs-docker/local.Dockerfile
@@ -1,6 +1,7 @@
1
ARG DEV_BUILD_IMAGE=cubejs/cube:build
2
+
3
FROM $DEV_BUILD_IMAGE as build
-FROM node:14.21.1-bullseye-slim
4
+FROM node:16.19.1-bullseye-slim
5
6
ARG IMAGE_VERSION=dev
7
0 commit comments