From adbe98e954e65d29db2a74e60df93b2c4d0456a3 Mon Sep 17 00:00:00 2001 From: Mohamad Qattan Date: Tue, 28 Aug 2018 13:28:26 +0200 Subject: [PATCH] Use strapi@3.0.0-alpha.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59dee2c3..ac6eba44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ LABEL maintainer="Luca Perret " \ WORKDIR /usr/src/api -RUN npm install -g strapi@3.0.0-alpha.13.1 +RUN npm install -g strapi@3.0.0-alpha.14 COPY strapi.sh ./ RUN chmod +x ./strapi.sh