Skip to content

Commit

Permalink
Merge pull request #48 from ardimehist-r7/master
Browse files Browse the repository at this point in the history
Change maintainer & add build tags on dockerhub
  • Loading branch information
ardimehist-r7 authored Nov 3, 2016
2 parents 7a30499 + bb7fca8 commit cbd0559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# VERSION 0.2.0

FROM node:0.12-onbuild
MAINTAINER Matteo Collina <hello@matteocollina.com>
MAINTAINER Rapid 7 - Logentries <support@logentries.com>

WORKDIR /usr/src/app
COPY package.json package.json
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# VERSION 1.0.0

FROM mhart/alpine-node:5.10.1
MAINTAINER Matteo Collina <hello@matteocollina.com>
MAINTAINER Rapid 7 - Logentries <support@logentries.com>
RUN apk add --no-cache bash

WORKDIR /usr/src/app
Expand Down

0 comments on commit cbd0559

Please sign in to comment.