diff --git a/Dockerfile b/Dockerfile index 289a7f1869e..df6b2bb6714 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ # Stage 1: Build the application # docker build -t ohif/viewer:latest . # Copy Files -FROM node:20.18.1-slim as builder +FROM node:20.19.0-slim as builder RUN apt-get update && apt-get install -y build-essential python3 diff --git a/platform/app/.recipes/Nginx-Dcm4chee-Keycloak/dockerfile b/platform/app/.recipes/Nginx-Dcm4chee-Keycloak/dockerfile index b37eac632b3..680d2e470a2 100644 --- a/platform/app/.recipes/Nginx-Dcm4chee-Keycloak/dockerfile +++ b/platform/app/.recipes/Nginx-Dcm4chee-Keycloak/dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application -FROM node:20.18.1-slim as builder +FROM node:20.19.0-slim as builder # Setup the working directory RUN mkdir /usr/src/app diff --git a/platform/app/.recipes/Nginx-Dcm4chee/dockerfile b/platform/app/.recipes/Nginx-Dcm4chee/dockerfile index 1edd75c42f6..1d5172d51f5 100644 --- a/platform/app/.recipes/Nginx-Dcm4chee/dockerfile +++ b/platform/app/.recipes/Nginx-Dcm4chee/dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application -FROM node:20.18.1-slim as builder +FROM node:20.19.0-slim as builder # Setup the working directory RUN mkdir /usr/src/app diff --git a/platform/app/.recipes/Nginx-Orthanc-Keycloak/dockerfile b/platform/app/.recipes/Nginx-Orthanc-Keycloak/dockerfile index f4cadb9558d..89f4c323eac 100644 --- a/platform/app/.recipes/Nginx-Orthanc-Keycloak/dockerfile +++ b/platform/app/.recipes/Nginx-Orthanc-Keycloak/dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application -FROM node:20.18.1-slim as builder +FROM node:20.19.0-slim as builder # Setup the working directory RUN mkdir /usr/src/app diff --git a/platform/app/.recipes/Nginx-Orthanc/dockerfile b/platform/app/.recipes/Nginx-Orthanc/dockerfile index 9408701c599..052e86a0fd0 100644 --- a/platform/app/.recipes/Nginx-Orthanc/dockerfile +++ b/platform/app/.recipes/Nginx-Orthanc/dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application -FROM node:20.18.1-slim as builder +FROM node:20.19.0-slim as builder # Setup the working directory RUN mkdir /usr/src/app