Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2706 from LiskHQ/use_strict_nodejs_engine_in_docker
Browse files Browse the repository at this point in the history
Use strict nodejs engine in docker
  • Loading branch information
MaciejBaj authored Jan 7, 2019
2 parents 09d4ee2 + 66b9e57 commit 5c0d6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8-alpine AS builder
FROM node:8.14.0-alpine AS builder

ENV NODE_ENV=production

Expand All @@ -18,7 +18,7 @@ RUN npm install && \
date --utc "+%Y-%m-%dT%H:%M:%S.000Z" >.build


FROM node:8-alpine
FROM node:8.14.0-alpine

ENV NODE_ENV=production
ENV WFI_COMMIT=e34c502a3efe0e8b8166ea6148d55b73da5c8401
Expand Down

0 comments on commit 5c0d6ba

Please sign in to comment.