Skip to content

Commit 2205c3c

Browse files
committed
temp commit for 6.2.12
1 parent 0933e2c commit 2205c3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
version=6.2.13
3+
version=6.2.12
44
set -e -x
55
./ci/install_deps.sh
66

image/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
server_version=6.2.13
1+
server_version=6.2.12
22

33
base_image=seafileltd/base:16.04
44
base_image_squashed=seafileltd/base:16.04-squashed

image/pro_seafile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM seafileltd/pro-base:16.04
22
WORKDIR /opt/seafile
33

4-
ENV SEAFILE_VERSION=6.2.13 SEAFILE_SERVER=seafile-pro-server
4+
ENV SEAFILE_VERSION=6.2.12 SEAFILE_SERVER=seafile-pro-server
55

66
RUN mkdir -p /etc/my_init.d
77

0 commit comments

Comments
 (0)