diff Resources/CreateOHIFDist/Dockerfile @ 23:e77efde44233

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 24 Nov 2023 12:55:50 +0100
parents c34ecc350b32
children 36049c04ee27
line wrap: on
line diff
--- a/Resources/CreateOHIFDist/Dockerfile	Wed Nov 22 07:20:20 2023 +0100
+++ b/Resources/CreateOHIFDist/Dockerfile	Fri Nov 24 12:55:50 2023 +0100
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
-FROM node:20.3.0-bullseye-slim
+FROM node:21.2-bullseye-slim
 
 MAINTAINER Sebastien Jodogne <s.jodogne@gmail.com>
 LABEL Description="Orthanc, free DICOM server" Vendor="The Orthanc project"