Merge pull request #144 from haiwen/6.3.12-pro-t

seafile pro 6.3.12
This commit is contained in:
Hulk 2019-02-22 10:38:33 +08:00 committed by GitHub
commit 76c2a32cc4
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.4
version=6.3.12
set -e -x
./ci/install_deps.sh

View file

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