diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea1f08a4423e51b38f0048da6cab8fbda085a224..1fcb6cd48ca4fa4ed3962898ed84fed9a37b3ae2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ stages: - test - deploy coverage: + image: 10.19.0-stretch stage: test script: - npm run test diff --git a/Dockerfile b/Dockerfile index 20635c8893df42e96356c72e6fc8b29ca60b0782..fde3f84d3d59df006cb92992ca4e48625d68a5f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:11.12.0-stretch +FROM 10.19.0-stretch RUN useradd -ms /bin/bash mc diff --git a/package.json b/package.json index e8042ff2c691a57fe1ca028537a904cdb6858031..3d2ff4fa68cd211f2a6f65fd2724aad1233411ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mc_frontend", - "version": "1.5.7", + "version": "1.5.8", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": {