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.
1 parent 283c5c3 commit cec4274Copy full SHA for cec4274
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mhart/alpine-node:8.11.3 as build
+FROM mhart/alpine-node:8.11.4 as build
2
WORKDIR /usr/app
3
COPY . .
4
RUN npm install --only=production
@@ -7,7 +7,7 @@ RUN npm install
7
ENV NODE_ENV production
8
RUN npm run build
9
10
-FROM mhart/alpine-node:base-8.11.3
+FROM mhart/alpine-node:base-8.11.4
11
12
13
COPY --from=build /usr/app/prod_modules ./node_modules
0 commit comments