We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 194c018 + 4c4cf13 commit fb0e09fCopy full SHA for fb0e09f
.nvmrc
@@ -1 +1 @@
1
-10.16.2
+10.16.3
Dockerfile
@@ -1,12 +1,12 @@
-FROM node:10.16.2-jessie-slim AS builder
+FROM node:10.16.3-jessie-slim AS builder
2
3
ADD . / pinion/
4
5
RUN apt-get update && apt-get install -y python build-essential curl file zip
6
7
RUN cd /pinion && yarn && yarn build && rm -rf node_modules && yarn --production
8
9
-FROM node:10.16.2-jessie-slim
+FROM node:10.16.3-jessie-slim
10
11
COPY --from=builder /pinion /pinion
12
0 commit comments