Skip to content

Commit

Permalink
feat(docker): Upgrade node from 18.20.1-bullseye-slim to 18.20.3-bull…
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr and snyk-bot authored Jul 3, 2024
1 parent edadaf1 commit 57bd39a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.1
18.20.3
2 changes: 1 addition & 1 deletion packages/cubejs-docker/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.20.1-bullseye-slim AS base
FROM node:18.20.3-bullseye-slim AS base

ARG IMAGE_VERSION=dev

Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-docker/latest-debian-jdk.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile-upstream:master-experimental
FROM node:18.20.1-bullseye-slim as builder
FROM node:18.20.3-bullseye-slim as builder

WORKDIR /cube
COPY . .
Expand All @@ -21,7 +21,7 @@ RUN yarn install --prod \
&& rm -rf /cube/node_modules/duckdb/src \
&& yarn cache clean

FROM node:18.20.1-bullseye-slim
FROM node:18.20.3-bullseye-slim

ARG IMAGE_VERSION=unknown

Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-docker/latest.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.20.1-bullseye-slim as builder
FROM node:18.20.3-bullseye-slim as builder

WORKDIR /cube
COPY . .
Expand All @@ -20,7 +20,7 @@ RUN yarn install --prod \
&& rm -rf /cube/node_modules/duckdb/src \
&& yarn cache clean

FROM node:18.20.1-bullseye-slim
FROM node:18.20.3-bullseye-slim

ARG IMAGE_VERSION=unknown

Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-docker/local.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DEV_BUILD_IMAGE=cubejs/cube:build

FROM $DEV_BUILD_IMAGE as build
FROM node:18.20.1-bullseye-slim
FROM node:18.20.3-bullseye-slim

ARG IMAGE_VERSION=dev

Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-docker/testing-drivers.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################################################################
# Base image #
######################################################################
FROM node:18.20.1-bullseye-slim AS base
FROM node:18.20.3-bullseye-slim AS base

ARG IMAGE_VERSION=dev

Expand Down

0 comments on commit 57bd39a

Please sign in to comment.