diff --git a/Dockerfile b/Dockerfile
index 8ca15ac9a17c72b8a17cc12edfde72d3b8d102ad..3fc6efbd37683b58bba0082303189b4e1951c02d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # Stage 0, based on Node.js, to build and compile Angular
-FROM node:14.20.1 as builder
+FROM node:14.21.1 as builder
 
 # Copy the package.json file first in order to cache the modules
 COPY ./package.json /app/package.json