Skip to content

Commit

Permalink
Merge pull request #284 from ggogel/renovate/haiwen-seahub-11.0.x
Browse files Browse the repository at this point in the history
Update Seafile to v11.0.11
  • Loading branch information
ggogel authored Aug 7, 2024
2 parents e7a7b63 + c1199d2 commit 6e5442e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions seafile-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.10
ENV SEAFILE_VERSION=11.0.11

WORKDIR /tmp
RUN wget https://raw.githubusercontent.com/haiwen/seafile-docker/master/build/seafile-build.sh
Expand All @@ -14,7 +14,7 @@ RUN ./seafile-build.sh ${SEAFILE_VERSION}

FROM alpine:3.20.2 AS clean

ENV SEAFILE_VERSION=11.0.10
ENV SEAFILE_VERSION=11.0.11

COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION} /tmp/seafile-server-${SEAFILE_VERSION}

Expand Down Expand Up @@ -52,7 +52,7 @@ RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \

FROM ubuntu:jammy@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221

ENV SEAFILE_VERSION=11.0.10
ENV SEAFILE_VERSION=11.0.11

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion seahub-media/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.10
ENV SEAFILE_VERSION=11.0.11

WORKDIR /tmp
RUN wget https://raw.githubusercontent.com/haiwen/seafile-docker/master/build/seafile-build.sh
Expand Down
4 changes: 2 additions & 2 deletions seahub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.10
ENV SEAFILE_VERSION=11.0.11

WORKDIR /tmp
RUN wget https://raw.githubusercontent.com/haiwen/seafile-docker/master/build/seafile-build.sh
Expand All @@ -18,7 +18,7 @@ RUN sed -i '/warning_if_seafile_not_running;/d' /tmp/seafile-server-${SEAFILE_VE

FROM alpine:3.20.2 AS clean

ENV SEAFILE_VERSION=11.0.10
ENV SEAFILE_VERSION=11.0.11

COPY --from=build /tmp/seafile-server-${SEAFILE_VERSION} /tmp/seafile-server-${SEAFILE_VERSION}

Expand Down

0 comments on commit 6e5442e

Please sign in to comment.