Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] updating docker for strider #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions strider/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.3
FROM alpine:3.6

RUN apk add --no-cache nodejs python-dev build-base krb5-dev openssh-client git perl
RUN apk add --no-cache nodejs python-dev build-base krb5-dev openssh-client git perl nodejs-npm

RUN mkdir -p /strider/ /workspace/

Expand Down
28 changes: 14 additions & 14 deletions strider/deconst-strider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"author": "Ash Wilson <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "1.5.2",
"request": "2.69.0",
"ssh-keypair": "2.0.0",
"strider": "1.7.7",
"strider-build-badge": "0.1.0",
"strider-cli": "1.4.10",
"strider-custom": "0.6.1",
"async": "^1.5.2",
"request": "^2.69.0",
"ssh-keypair": "^2.0.0",
"strider": "^1.9.6",
"strider-build-badge": "^0.1.0",
"strider-cli": "^1.4.10",
"strider-custom": "^0.6.1",
"strider-deconst-content": "1.2.5",
"strider-deconst-control": "1.3.2",
"strider-email-notifier": "0.4.5",
"strider-env": "0.5.1",
"strider-git": "0.2.5",
"strider-github": "2.3.1",
"strider-email-notifier": "^1.0.0",
"strider-env": "^0.5.1",
"strider-git": "^1.0.2",
"strider-github": "^2.4.0",
"strider-github-oauth": "1.0.6",
"strider-github-status": "1.0.0",
"strider-simple-runner": "0.15.0",
"strider-slack": "2.0.0"
"strider-github-status": "^2.0.0",
"strider-simple-runner": "^1.0.2",
"strider-slack": "^2.0.0"
}
}