Browse Source

fix(e2e): bump nodejs to fix mocha incompatibility

Peter Thomassen 5 years ago
parent
commit
fef6327269
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/e2e/Dockerfile

+ 1 - 1
test/e2e/Dockerfile

@@ -1,4 +1,4 @@
-FROM node:8
+FROM node:14
 
 RUN apt-get update && apt-get install -y \
 		dnsutils \