Skip to content

Commit

Permalink
temp commit for 6.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein33 committed Jun 28, 2018
1 parent 0933e2c commit 2205c3c
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.2.12
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.2.12

base_image=seafileltd/base:16.04
base_image_squashed=seafileltd/base:16.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:16.04
WORKDIR /opt/seafile

ENV SEAFILE_VERSION=6.2.13 SEAFILE_SERVER=seafile-pro-server
ENV SEAFILE_VERSION=6.2.12 SEAFILE_SERVER=seafile-pro-server

RUN mkdir -p /etc/my_init.d

Expand Down

0 comments on commit 2205c3c

Please sign in to comment.