We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 490dd3b + 3276ed2 commit edc8bc8Copy full SHA for edc8bc8
Dockerfile
@@ -49,7 +49,7 @@ ADD cronjob /etc/cron.daily/resourcespace
49
WORKDIR /var/www/html
50
51
RUN rm -f index.html \
52
- && svn co -q https://svn.resourcespace.com/svn/rs/releases/10.6 . \
+ && svn co -q https://svn.resourcespace.com/svn/rs/releases/10.7 . \
53
&& mkdir -p filestore \
54
&& chmod 777 filestore \
55
&& chmod -R 777 include/
0 commit comments