Skip to content

Commit edc8bc8

Browse files
Merge pull request #14 from cevans-montala/main
Update Dockerfile to pull ResourceSpace 10.7
2 parents 490dd3b + 3276ed2 commit edc8bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ADD cronjob /etc/cron.daily/resourcespace
4949
WORKDIR /var/www/html
5050

5151
RUN rm -f index.html \
52-
&& svn co -q https://svn.resourcespace.com/svn/rs/releases/10.6 . \
52+
&& svn co -q https://svn.resourcespace.com/svn/rs/releases/10.7 . \
5353
&& mkdir -p filestore \
5454
&& chmod 777 filestore \
5555
&& chmod -R 777 include/

0 commit comments

Comments
 (0)