Skip to content
Snippets Groups Projects
Commit 930553a0 authored by Konstantin Schulz's avatar Konstantin Schulz
Browse files

downgraded Node.js version in Dockerfile

parent 7783b271
No related branches found
No related tags found
No related merge requests found
Pipeline #10742 failed
......@@ -8,6 +8,7 @@ stages:
- test
- deploy
coverage:
image: 10.19.0-stretch
stage: test
script:
- npm run test
......
FROM node:11.12.0-stretch
FROM 10.19.0-stretch
RUN useradd -ms /bin/bash mc
......
{
"name": "mc_frontend",
"version": "1.5.7",
"version": "1.5.8",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment