Skip to content

Commit 7102ce9

Browse files
Update Dockerfile to pull ResourceSpace 10.6
1 parent f458dda commit 7102ce9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ 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.5 . \
52+
&& svn co -q https://svn.resourcespace.com/svn/rs/releases/10.6 . \
5353
&& mkdir -p filestore \
5454
&& chmod 777 filestore \
5555
&& chmod -R 777 include/
56+
5657

5758
# Copy custom entrypoint script
5859
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)