Skip to content

Commit cec4274

Browse files
committed
Bump dockerfile version
1 parent 283c5c3 commit cec4274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mhart/alpine-node:8.11.3 as build
1+
FROM mhart/alpine-node:8.11.4 as build
22
WORKDIR /usr/app
33
COPY . .
44
RUN npm install --only=production
@@ -7,7 +7,7 @@ RUN npm install
77
ENV NODE_ENV production
88
RUN npm run build
99

10-
FROM mhart/alpine-node:base-8.11.3
10+
FROM mhart/alpine-node:base-8.11.4
1111
WORKDIR /usr/app
1212
ENV NODE_ENV production
1313
COPY --from=build /usr/app/prod_modules ./node_modules

0 commit comments

Comments
 (0)