Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion platform/app/.recipes/Nginx-Dcm4chee-Keycloak/dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion platform/app/.recipes/Nginx-Dcm4chee/dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion platform/app/.recipes/Nginx-Orthanc-Keycloak/dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion platform/app/.recipes/Nginx-Orthanc/dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down