Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Oct 1, 2019
1 parent 59baba5 commit dbb1592
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 570 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git
node_modules
README.md
LICENSE
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Node 11 until dynalite is upgraded to leveldown^5 #2 mhart/dynalite#112
FROM node:11-alpine
FROM node:12-alpine

COPY package.json package-lock.json /

RUN apk add --no-cache --virtual /build python make g++ &&\
RUN apk add --no-cache --upgrade --virtual /build python make g++ &&\
npm ci &&\
apk del --virtual /build
apk del /build

EXPOSE 8000

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ Testing or building locally:
- "8000:8000"
```
Notes:
## Changes
* `3.0.0`: Node 12, `dynalite=3.0.0`
* `2.3.0`: Node 11, `dynalite=2.3.0`

### 2.x Notes:

> Please ignore the deprecation warnings during build\
> [email protected] should address those\
Expand Down
Loading

0 comments on commit dbb1592

Please sign in to comment.