diff Resources/CreateOHIFDist/Dockerfile @ 4:c34ecc350b32

upgraded the node docker image
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Jun 2023 22:21:46 +0200
parents 39585ba26f20
children e77efde44233
line wrap: on
line diff
--- a/Resources/CreateOHIFDist/Dockerfile	Thu Jun 15 21:18:34 2023 +0200
+++ b/Resources/CreateOHIFDist/Dockerfile	Thu Jun 15 22:21:46 2023 +0200
@@ -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:19.7.0-bullseye-slim
+FROM node:20.3.0-bullseye-slim
 
 MAINTAINER Sebastien Jodogne <s.jodogne@gmail.com>
 LABEL Description="Orthanc, free DICOM server" Vendor="The Orthanc project"