Skip to content

Commit

Permalink
Make sure we upgrade the packages each time we upgrade limesurvey ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
crramirez authored Apr 23, 2019
1 parent fbeab18 commit 21de0ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ RUN chmod +x /start.sh && \

ENV LIMESURVEY_VERSION="3.17.0+190402"

RUN apt-get update -q -y && \
apt-get upgrade -q -y

RUN rm -rf /app && \
git clone https://github.com/LimeSurvey/LimeSurvey.git && \
cd LimeSurvey && git checkout ${LIMESURVEY_VERSION} && cd .. && \
Expand Down

0 comments on commit 21de0ed

Please sign in to comment.