File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- 20.19 .0
1+ 22.14 .0
Original file line number Diff line number Diff line change 1- FROM node:20.19 .0-bookworm-slim AS base
1+ FROM node:22.14 .0-bookworm-slim AS base
22
33ARG IMAGE_VERSION=dev
44
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile-upstream:master-experimental
2- FROM node:20.19 .0-bookworm-slim as builder
2+ FROM node:22.14 .0-bookworm-slim as builder
33
44WORKDIR /cube
55COPY . .
@@ -22,7 +22,7 @@ RUN yarn install --prod \
2222 && rm -rf /cube/node_modules/duckdb/src \
2323 && yarn cache clean
2424
25- FROM node:20.19 .0-bookworm-slim
25+ FROM node:22.14 .0-bookworm-slim
2626
2727ARG IMAGE_VERSION=unknown
2828
Original file line number Diff line number Diff line change 1- FROM node:20.19 .0-bookworm-slim AS builder
1+ FROM node:22.14 .0-bookworm-slim AS builder
22
33WORKDIR /cube
44COPY . .
@@ -21,7 +21,7 @@ RUN yarn install --prod \
2121 && rm -rf /cube/node_modules/duckdb/src \
2222 && yarn cache clean
2323
24- FROM node:20.19 .0-bookworm-slim
24+ FROM node:22.14 .0-bookworm-slim
2525
2626ARG IMAGE_VERSION=unknown
2727
Original file line number Diff line number Diff line change 11ARG DEV_BUILD_IMAGE=cubejs/cube:build
22
33FROM $DEV_BUILD_IMAGE as build
4- FROM node:20.19 .0-bookworm-slim
4+ FROM node:22.14 .0-bookworm-slim
55
66ARG IMAGE_VERSION=dev
77
Original file line number Diff line number Diff line change 11# #####################################################################
22# Base image #
33# #####################################################################
4- FROM node:20.19 .0-bookworm-slim AS base
4+ FROM node:22.14 .0-bookworm-slim AS base
55
66ARG IMAGE_VERSION=dev
77
You can’t perform that action at this time.
0 commit comments