From 05195eb76db470b2aee7363fa147a15eb7540ec9 Mon Sep 17 00:00:00 2001 From: David Thomas Date: Wed, 25 Jul 2018 20:04:01 -0400 Subject: [PATCH 1/3] Update image to 3.0.0-alpha.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52742a9b..7ecf227d 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.12.4 +RUN npm install -g strapi@3.0.0-alpha.13 COPY strapi.sh ./ RUN chmod +x ./strapi.sh From 3bbd97212471ade8a1f293fa10331c47853c9d23 Mon Sep 17 00:00:00 2001 From: David Thomas Date: Sat, 28 Jul 2018 09:29:48 -0400 Subject: [PATCH 2/3] Updated to 3.0.0-alpha.13.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ecf227d..59dee2c3 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 +RUN npm install -g strapi@3.0.0-alpha.13.1 COPY strapi.sh ./ RUN chmod +x ./strapi.sh From 209d0b1f850afa8a52e54d836fc210486aed3ef5 Mon Sep 17 00:00:00 2001 From: David Thomas Date: Sat, 28 Jul 2018 09:31:21 -0400 Subject: [PATCH 3/3] Changed version number to 13.0.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59dee2c3..d363cb25 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.13.0.1 COPY strapi.sh ./ RUN chmod +x ./strapi.sh