diff --git a/.env.dist b/.env.dist index d5ca380..210e7b9 100644 --- a/.env.dist +++ b/.env.dist @@ -11,7 +11,7 @@ MYSQL_USER_PASSWORD=seafilesecret MYSQL_PORT=3306 # General Seafile Settings -SEAFILE_VERSION=8.0.3 +SEAFILE_VERSION=8.0.4 SEAFILE_NAME=Seafile SEAFILE_ADDRESS=seafile.localhost SEAFILE_ADMIN=admin@seafile.local diff --git a/README.md b/README.md index af8a8a0..3ce5217 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## About -- This repository contains the sources that are used to build the `h44z/seafile-ce` docker image. Currently tested with Seafile CE 8.0.3. +- This repository contains the sources that are used to build the `h44z/seafile-ce` docker image. Currently tested with Seafile CE 8.0.4. - The main goal of this image is to provide a really simple and clean docker image for Seafile Community Edition. The official docker image is quite complex and hard to extend or modify. This image instead provides a simple way to deploy a standardized Seafile instance with Docker. diff --git a/docker-compose.yml b/docker-compose.yml index 95c12be..e0be8d1 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: - seafile-net seafile: - image: h44z/seafile-ce:${SEAFILE_VERSION:-8.0.3} + image: h44z/seafile-ce:${SEAFILE_VERSION:-8.0.4} container_name: seafile restart: unless-stopped ports: diff --git a/image/seafile/Dockerfile b/image/seafile/Dockerfile index 8b616af..232cbe8 100644 --- a/image/seafile/Dockerfile +++ b/image/seafile/Dockerfile @@ -21,7 +21,7 @@ RUN curl -L https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VE WORKDIR /opt/seafile # build-time arguments, use them in docker build with --build-arg switch to build different version -ARG SEAFILE_VERSION=8.0.3 +ARG SEAFILE_VERSION=8.0.4 ENV SEAFILE_VERSION=${SEAFILE_VERSION}