Skip to content

Commit

Permalink
commit v6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renfeipeng committed Jul 11, 2018
1 parent 838b73e commit 003272c
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.2.13
version=6.3.2
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.2.13
server_version=6.3.2

base_image=seafileltd/base:16.04
base_image_squashed=seafileltd/base:16.04-squashed
Expand Down
2 changes: 1 addition & 1 deletion image/seafile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2 SEAFILE_SERVER=seafile-server

RUN mkdir -p /opt/seafile/ && \
curl -sSL -o - https://download.seadrive.org/seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz \
Expand Down

0 comments on commit 003272c

Please sign in to comment.