From 3f31fcca6160e8c49379654a8d2c9094727482f2 Mon Sep 17 00:00:00 2001 From: Eric Stenson Date: Mon, 2 Apr 2018 17:51:33 -0700 Subject: [PATCH] move to alpine image --- 1.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.0/Dockerfile b/1.0/Dockerfile index 76e3111..16068d1 100644 --- a/1.0/Dockerfile +++ b/1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM node:6.10.3 +FROM node:6.10.3-alpine MAINTAINER Azure App Services Container Images RUN npm install log4js