diff --git a/Dockerfile b/Dockerfile index 1546b1f..fea91c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################ # Build container ############################ -FROM node:10-alpine AS dep +FROM node:12-alpine AS dep WORKDIR /ops @@ -14,7 +14,7 @@ ADD . . ############################ # Final container ############################ -FROM node:10-alpine +FROM registry.cto.ai/official_images/node:latest WORKDIR /ops diff --git a/ops.yml b/ops.yml index 36ecdd5..935ab58 100644 --- a/ops.yml +++ b/ops.yml @@ -4,5 +4,6 @@ commands: - name: npm-dependants:0.2.1 description: Get dependants of a module on npm.. public: true + sdk: '2' sourceCodeURL: 'https://github.com/juliangruber/npm-dependants' run: node /ops/bin/npm-dependants.js