Skip to content

Commit

Permalink
for 6.3.11 pro
Browse files Browse the repository at this point in the history
  • Loading branch information
renfeipeng committed Jan 17, 2019
1 parent dcc860d commit 0ea5d90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/ci.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=6.3.9
version=6.3.11
set -e -x
./ci/install_deps.sh

Expand Down
2 changes: 1 addition & 1 deletion image/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion image/pro_seafile/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 0ea5d90

Please sign in to comment.