mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
commit
76c2a32cc4
2
ci/ci.sh
2
ci/ci.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
version=6.3.4
|
||||
version=6.3.12
|
||||
set -e -x
|
||||
./ci/install_deps.sh
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue