Skip to content

Commit

Permalink
upgrade limesurvey to v6.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Oct 7, 2024
1 parent 93d623b commit bbd303e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limesurvey/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN mkdir -p /var/www /run/php
WORKDIR /var/www

# Get download URL here: https://community.limesurvey.org/downloads/
ARG LIMESURVEY_RELEASE=https://download.limesurvey.org/latest-master/limesurvey6.3.1+231023.zip
ARG LIMESURVEY_RELEASE=https://download.limesurvey.org/latest-master/limesurvey6.6.6+241002.zip
RUN wget $LIMESURVEY_RELEASE -O limesurvey.zip
RUN unzip limesurvey.zip
RUN rm -rf limesurvey/upload
Expand Down

0 comments on commit bbd303e

Please sign in to comment.