Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
build(Dockerfile): v3.0.0-alpha.14
Browse files Browse the repository at this point in the history
Use strapi@3.0.0-alpha.14
  • Loading branch information
lucaperret authored Aug 28, 2018
2 parents 1f9bc31 + adbe98e commit fc1de22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL maintainer="Luca Perret <perret.luca@gmail.com>" \

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
Expand Down

0 comments on commit fc1de22

Please sign in to comment.