Skip to content
Snippets Groups Projects
Verified Commit 25d4f8e2 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated version

parent 798f3f69
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ RUN addgroup --gid 1000 seafile && \
USER seafile
VOLUME $SEAFILE_CONF_DIR
RUN wget https://download.seadrive.org/seafile-server_7.0.4_x86-64.tar.gz -O /tmp/seafile-server.tar.gz && \
RUN wget https://download.seadrive.org/seafile-server_7.0.5_x86-64.tar.gz -O /tmp/seafile-server.tar.gz && \
tar -C /tmp/ -xzvf /tmp/seafile-server.tar.gz && \
rm /tmp/seafile-server.tar.gz && \
mv /tmp/seafile-server-* $INSTALLPATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment