Skip to content

Commit

Permalink
ops: upgrade to sdk 2
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Mar 4, 2020
1 parent edc3f30 commit ec4a1cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################
# Build container
############################
FROM node:10-alpine AS dep
FROM node:12-alpine AS dep

WORKDIR /ops

Expand All @@ -14,7 +14,7 @@ ADD . .
############################
# Final container
############################
FROM node:10-alpine
FROM registry.cto.ai/official_images/node:latest

WORKDIR /ops

Expand Down
1 change: 1 addition & 0 deletions ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ec4a1cd

Please sign in to comment.