Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from chrinor2002/feature/evergreen
Browse files Browse the repository at this point in the history
evergreen
  • Loading branch information
chrinor2002 authored Nov 17, 2017
2 parents f11cbe7 + bfcfba5 commit 177d10a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:4-onbuild
FROM node:8-alpine

# NOTE: JS_* are exposed in the front end JS
ENV JS_INTERVAL 8000
Expand All @@ -22,4 +22,4 @@ RUN npm install
COPY . /concourse-workbench/

EXPOSE 8888
CMD [ "npm", "start" ]
CMD [ "npm", "start" ]
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "concourse-workbench",
"private": true,
"version": "1.2.0-beta1",
"version": "1.2.0",
"description": "Provides a one page web application to monitor concourse job states.",
"main": "index.js",
"scripts": {
Expand All @@ -10,13 +10,13 @@
"author": "Chris Reid",
"license": "MIT",
"dependencies": {
"good": "^7.0.2",
"good-console": "^6.3.1",
"good-squeeze": "^5.0.1",
"good": "^7.3.0",
"good-console": "^6.4.0",
"good-squeeze": "^5.0.2",
"h2o2": "^5.4.0",
"hapi": "^15.2.0",
"inert": "^4.0.2",
"lodash": "^4.17.2",
"hapi": "^16.6.2",
"inert": "^4.2.1",
"lodash": "^4.17.4",
"wreck": "^10.0.0"
}
}

0 comments on commit 177d10a

Please sign in to comment.