From 627ac33252263f25e307f92e25a950bb988fa5f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Wilski?= Date: Wed, 25 Sep 2019 18:49:54 +0200 Subject: [PATCH] Update Node version to 12.10 to support new CodeceptJS features --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e51bbf143..a0356ce6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_VERSION=10.14.0 +ARG NODE_VERSION=12.10.0 FROM node:${NODE_VERSION} # Add our user and group first to make sure their IDs get assigned consistently,