Skip to content

Commit

Permalink
Update Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 16, 2019
1 parent 194c018 commit 4c4cf13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.16.2
10.16.3
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:10.16.2-jessie-slim AS builder
FROM node:10.16.3-jessie-slim AS builder

ADD . / pinion/

RUN apt-get update && apt-get install -y python build-essential curl file zip

RUN cd /pinion && yarn && yarn build && rm -rf node_modules && yarn --production

FROM node:10.16.2-jessie-slim
FROM node:10.16.3-jessie-slim

COPY --from=builder /pinion /pinion

Expand Down

0 comments on commit 4c4cf13

Please sign in to comment.