diff --git a/Dockerfile b/Dockerfile
index cf1ff08..7f30148 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@
 # and runs it against the specified Topcoder backend (development or
 # production) when container is executed.
 
-FROM node:8.2.1
+FROM node:8.16.2
 LABEL app="tc notify" version="1.0"
 
 WORKDIR /opt/app