File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 22.18 .0
1+ 22.20 .0
Original file line number Diff line number Diff line change 1- FROM node:22.18 .0-bookworm-slim AS base
1+ FROM node:22.20 .0-bookworm-slim AS base
22
33ARG IMAGE_VERSION=dev
44
Original file line number Diff line number Diff line change 1- FROM node:22.18 .0-bookworm-slim AS builder
1+ FROM node:22.20 .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:22.18 .0-bookworm-slim
24+ FROM node:22.20 .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:22.18 .0-bookworm-slim
4+ FROM node:22.20 .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:22.18 .0-bookworm-slim AS base
4+ FROM node:22.20 .0-bookworm-slim AS base
55
66ARG IMAGE_VERSION=dev
77
You can’t perform that action at this time.
0 commit comments