diff --git a/Dockerfile b/Dockerfile index e4003db..583697b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ADD run.sh / RUN chmod +x /start.sh && \ chmod +x /run.sh -ENV LIMESURVEY_VERSION="3.15.0+181008" +ENV LIMESURVEY_VERSION="3.17.0+190402" RUN rm -rf /app && \ git clone https://github.com/LimeSurvey/LimeSurvey.git && \