Skip to content

Commit ae5e101

Browse files
committed
1 parent a714bd8 commit ae5e101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cubejs-docker/latest-debian-jdk.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile-upstream:master-experimental
2-
FROM node:22.14.0-bookworm-slim as builder
2+
FROM node:22.15.1-bookworm-slim as builder
33

44
WORKDIR /cube
55
COPY . .
@@ -22,7 +22,7 @@ RUN yarn install --prod \
2222
&& rm -rf /cube/node_modules/duckdb/src \
2323
&& yarn cache clean
2424

25-
FROM node:22.14.0-bookworm-slim
25+
FROM node:22.15.1-bookworm-slim
2626

2727
ARG IMAGE_VERSION=unknown
2828

0 commit comments

Comments
 (0)