docker images seafile v6.3.3

This commit is contained in:
Hulk 2018-09-07 10:00:02 +02:00
parent c06bb440a5
commit 95c61c4050
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
version=6.2.13
version=6.3.3
set -e -x
./ci/install_deps.sh

View file

@ -1,4 +1,4 @@
server_version=6.2.13
server_version=6.3.3
base_image=seafileltd/base:16.04
base_image_squashed=seafileltd/base:16.04-squashed

View file

@ -3,7 +3,7 @@ WORKDIR /opt/seafile
RUN mkdir -p /etc/my_init.d
ENV SEAFILE_VERSION=6.2.5 SEAFILE_SERVER=seafile-server
ENV SEAFILE_VERSION=6.3.3 SEAFILE_SERVER=seafile-server
RUN mkdir -p /opt/seafile/ && \
curl -sSL -o - https://download.seadrive.org/seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz \