Merge pull request #148 from haiwen/6.3.13-pro-t

To builde the seafile-pro 6.3.13
This commit is contained in:
Hulk 2019-03-20 11:24:49 +08:00 committed by GitHub
commit eba9e339de
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.12
version=6.3.13
set -e -x
./ci/install_deps.sh

View file

@ -1,4 +1,4 @@
server_version=6.3.12
server_version=6.3.13
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.12 SEAFILE_SERVER=seafile-pro-server
ENV SEAFILE_VERSION=6.3.13 SEAFILE_SERVER=seafile-pro-server
RUN mkdir -p /etc/my_init.d