Update Seafile to v11.0.13

This commit is contained in:
renovate[bot] 2024-11-04 08:11:26 +00:00 committed by GitHub
parent 5772e2da3e
commit 158542b25c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get install -y software-properties-common wget && \ apt-get install -y software-properties-common wget && \
add-apt-repository ppa:longsleep/golang-backports add-apt-repository ppa:longsleep/golang-backports
ENV SEAFILE_VERSION=11.0.12 ENV SEAFILE_VERSION=11.0.13
WORKDIR /tmp WORKDIR /tmp
RUN wget https://raw.githubusercontent.com/haiwen/seafile-docker/master/build/seafile-build.sh 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 FROM alpine:3.20.3 AS clean
ENV SEAFILE_VERSION=11.0.12 ENV SEAFILE_VERSION=11.0.13
COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION} /tmp/seafile-server-${SEAFILE_VERSION} 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 FROM ubuntu:jammy@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97
ENV SEAFILE_VERSION=11.0.12 ENV SEAFILE_VERSION=11.0.13
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \ DEBIAN_FRONTEND=noninteractive apt-get install -y \

View file

@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get install -y software-properties-common wget && \ apt-get install -y software-properties-common wget && \
add-apt-repository ppa:longsleep/golang-backports add-apt-repository ppa:longsleep/golang-backports
ENV SEAFILE_VERSION=11.0.12 ENV SEAFILE_VERSION=11.0.13
WORKDIR /tmp WORKDIR /tmp
RUN wget https://raw.githubusercontent.com/haiwen/seafile-docker/master/build/seafile-build.sh RUN wget https://raw.githubusercontent.com/haiwen/seafile-docker/master/build/seafile-build.sh

View file

@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get install -y software-properties-common wget && \ apt-get install -y software-properties-common wget && \
add-apt-repository ppa:longsleep/golang-backports add-apt-repository ppa:longsleep/golang-backports
ENV SEAFILE_VERSION=11.0.12 ENV SEAFILE_VERSION=11.0.13
WORKDIR /tmp WORKDIR /tmp
RUN wget https://raw.githubusercontent.com/haiwen/seafile-docker/master/build/seafile-build.sh 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 FROM alpine:3.20.3 AS clean
ENV SEAFILE_VERSION=11.0.12 ENV SEAFILE_VERSION=11.0.13
COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION} /tmp/seafile-server-${SEAFILE_VERSION} COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION} /tmp/seafile-server-${SEAFILE_VERSION}