diff --git a/Dockerfile b/Dockerfile index eae61f99..a40b059c 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.11.3 +RUN npm install -g strapi@3.0.0-alpha.12 COPY strapi.sh ./ RUN chmod +x ./strapi.sh