Browse Source

Changes to node slim to fix Jenkins PR build

Bret Fisher 5 years ago
parent
commit
563773c980
1 changed files with 1 additions and 1 deletions
  1. 1 1
      result/Dockerfile

+ 1 - 1
result/Dockerfile

@@ -1,4 +1,4 @@
-FROM node:10-alpine
+FROM node:10-slim
 
 WORKDIR /app