Merge pull request #136 from haiwen/6.3.11-pro-t

for 6.3.11 pro
This commit is contained in:
Hulk 2019-01-17 15:05:06 +08:00 committed by GitHub
commit ab1c773ce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,4 +1,4 @@
server_version=6.3.9
server_version=6.3.11
base_image=seafileltd/base:18.04
base_image_squashed=seafileltd/base:18.04-squashed

View file

@ -1,7 +1,7 @@
FROM seafileltd/pro-base:18.04
WORKDIR /opt/seafile
ENV SEAFILE_VERSION=6.3.9 SEAFILE_SERVER=seafile-pro-server
ENV SEAFILE_VERSION=6.3.11 SEAFILE_SERVER=seafile-pro-server
RUN mkdir -p /etc/my_init.d