Skip to content

Commit

Permalink
Bases on older node.js to fix issue.
Browse files Browse the repository at this point in the history
Due to bug [#66](igrigorik/node-spdyproxy#66)
we need to use another base image.

Node.js 0.10 works, version 0.12 or 4 or 6 don't.

Image size: 210 MB -> 190 MB
  • Loading branch information
wernight committed Oct 4, 2016
1 parent c390a5a commit 0db1604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:6-slim
FROM node:0.10-slim

RUN set -x \
# Install SPDY Proxy.
Expand Down

0 comments on commit 0db1604

Please sign in to comment.