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

Commit

Permalink
Match CircleCI node version to Docker image's. (#2216) (#4250)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenba authored and jaredhirsch committed Mar 22, 2018
1 parent 77fa083 commit 1d25aaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8
FROM node:8.10.0

COPY package.json /app/
COPY build/server /app/build/server
Expand All @@ -7,6 +7,7 @@ COPY build/shared /app/build/shared
COPY node_modules /app/node_modules
COPY bin/_run-docker /app/bin/
COPY build/screenshots.xpi /app/build/xpi/screenshots.xpi
ENV NODE_ICU_DATA="/app/node_modules/full-icu"
RUN cd app && npm install

CMD /app/bin/_run-docker
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ machine:
services:
- docker
node:
version: 8.2.0
version: 8.10.0
environment:
RDS_NAME: circle_test
RDS_USERNAME: ubuntu
Expand Down

0 comments on commit 1d25aaf

Please sign in to comment.