Skip to content

Commit

Permalink
Pin node version
Browse files Browse the repository at this point in the history
  • Loading branch information
krak3n committed Apr 13, 2017
1 parent 76f7a99 commit e877b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@
# Builds a docker image to run the node socket server for thisissoon.fm
#

FROM google/nodejs
FROM google/nodejs:0.10.33

# Install global dependencies
RUN npm install -g forever \
Expand Down
1 change: 1 addition & 0 deletions k8s.yml
Expand Up @@ -25,6 +25,7 @@ data:
proxy_set_header X-Forwarded-for $remote_addr;
}
}
---
# Web Frontend Service
apiVersion: v1
kind: Service
Expand Down

0 comments on commit e877b5d

Please sign in to comment.