Skip to content

Commit

Permalink
Upgrade to Node 12.16.0 LTS version (#150)
Browse files Browse the repository at this point in the history
- Updated CircleCI and Docker scripts to use Node 12.16.0 LTS version.
- Updated dependencies
  • Loading branch information
oderayi authored Feb 17, 2020
1 parent a93c8b9 commit 148a14d
Show file tree
Hide file tree
Showing 5 changed files with 491 additions and 280 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ executors:
default-docker:
working_directory: /home/circleci/project
docker:
- image: node:10.15.3-alpine
- image: node:12.16.0-alpine

default-machine:
machine:
Expand Down
4 changes: 1 addition & 3 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"reject": [
"@hapi/hapi",
"@hapi/good",
"json-rules-engine"
"json-rules-engine"
]
}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.15.3-alpine as builder
FROM node:12.16.0-alpine as builder

WORKDIR /opt/quoting-service

Expand All @@ -16,7 +16,7 @@ RUN apk del build-dependencies
COPY config /opt/quoting-service/config
COPY src /opt/quoting-service/src

FROM node:10.15.3-alpine
FROM node:12.16.0-alpine

WORKDIR /opt/quoting-service

Expand Down
Loading

0 comments on commit 148a14d

Please sign in to comment.