From b34d8680d793543e702c16088b438c4a9828465a Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 14 Nov 2018 09:15:47 +0100 Subject: [PATCH] build(Dockerfile): use strapi last version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce29dcd8..2e84775c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /usr/src/api RUN echo "unsafe-perm = true" >> ~/.npmrc -RUN npm install -g strapi@3.0.0-alpha.14.4.0 +RUN npm install -g strapi@3.0.0-alpha.14.5 COPY strapi.sh ./ RUN chmod +x ./strapi.sh