From 3c2256535e555b20f8f5127302de30a70940a6db Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 19 Mar 2025 06:04:22 +0000
Subject: [PATCH] Update Seafile to v12

---
 seafile-server/Dockerfile | 6 +++---
 seahub-media/Dockerfile   | 2 +-
 seahub/Dockerfile         | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/seafile-server/Dockerfile b/seafile-server/Dockerfile
index bfdbf9b..affd505 100644
--- a/seafile-server/Dockerfile
+++ b/seafile-server/Dockerfile
@@ -4,7 +4,7 @@ RUN apt-get update && \
     apt-get install -y software-properties-common wget && \
     add-apt-repository ppa:longsleep/golang-backports
 
-ENV SEAFILE_VERSION=11.0.13
+ENV SEAFILE_VERSION=12.0.11
 
 WORKDIR /tmp
 RUN wget https://raw.githubusercontent.com/haiwen/seafile-docker/master/build/seafile-build.sh
@@ -14,7 +14,7 @@ RUN ./seafile-build.sh ${SEAFILE_VERSION}
 
 FROM alpine:3.20.3 AS clean
 
-ENV SEAFILE_VERSION=11.0.13
+ENV SEAFILE_VERSION=12.0.11
 
 COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION} /tmp/seafile-server-${SEAFILE_VERSION}
 
@@ -52,7 +52,7 @@ RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
 
 FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97
 
-ENV SEAFILE_VERSION=11.0.13
+ENV SEAFILE_VERSION=12.0.11
 
 RUN apt-get update && \
 DEBIAN_FRONTEND=noninteractive apt-get install -y \
diff --git a/seahub-media/Dockerfile b/seahub-media/Dockerfile
index c4c3a5a..98dc9f4 100644
--- a/seahub-media/Dockerfile
+++ b/seahub-media/Dockerfile
@@ -4,7 +4,7 @@ RUN apt-get update && \
     apt-get install -y software-properties-common wget && \
     add-apt-repository ppa:longsleep/golang-backports
 
-ENV SEAFILE_VERSION=11.0.13
+ENV SEAFILE_VERSION=12.0.11
 
 WORKDIR /tmp
 RUN wget https://raw.githubusercontent.com/haiwen/seafile-docker/master/build/seafile-build.sh
diff --git a/seahub/Dockerfile b/seahub/Dockerfile
index a357138..96d9f82 100644
--- a/seahub/Dockerfile
+++ b/seahub/Dockerfile
@@ -4,7 +4,7 @@ RUN apt-get update && \
     apt-get install -y software-properties-common wget && \
     add-apt-repository ppa:longsleep/golang-backports
 
-ENV SEAFILE_VERSION=11.0.13
+ENV SEAFILE_VERSION=12.0.11
 
 WORKDIR /tmp
 RUN wget https://raw.githubusercontent.com/haiwen/seafile-docker/master/build/seafile-build.sh
@@ -18,7 +18,7 @@ RUN sed -i '/warning_if_seafile_not_running;/d' /tmp/seafile-server-${SEAFILE_VE
 
 FROM alpine:3.20.3 AS clean
 
-ENV SEAFILE_VERSION=11.0.13
+ENV SEAFILE_VERSION=12.0.11
 
 COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION} /tmp/seafile-server-${SEAFILE_VERSION}