Skip to content

Commit 5068e99

Browse files
committed
Update dependencies: TS 3.0
1 parent 8ac61fa commit 5068e99

File tree

4 files changed

+270
-317
lines changed

4 files changed

+270
-317
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.2 as build
1+
FROM mhart/alpine-node:8.11.3 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.2
10+
FROM mhart/alpine-node:base-8.11.3
1111
WORKDIR /usr/app
1212
ENV NODE_ENV production
1313
COPY --from=build /usr/app/prod_modules ./node_modules

0 commit comments

Comments
 (0)