Skip to content

Commit

Permalink
Merge pull request #242 from ggogel/renovate/haiwen-seahub-11.0.x
Browse files Browse the repository at this point in the history
Update Seafile to v11.0.9
  • Loading branch information
ggogel authored May 31, 2024
2 parents 79f577a + ceee369 commit dc8eb45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions seafile-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.18.6 AS get

RUN apk add --no-cache wget

ENV SEAFILE_VERSION=11.0.8
ENV SEAFILE_VERSION=11.0.9

RUN cd /tmp && \
wget https://download.seadrive.org/seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz?nocache=$(date +%s) -O seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz && \
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \

FROM ubuntu:jammy@sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b0761bbfb2

ENV SEAFILE_VERSION=11.0.8
ENV SEAFILE_VERSION=11.0.9

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
@@ -1,5 +1,5 @@
FROM alpine:3.18.6 AS get
ENV SEAFILE_VERSION=11.0.8
ENV SEAFILE_VERSION=11.0.9

RUN apk add --no-cache wget

Expand Down
2 changes: 1 addition & 1 deletion seahub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.18.6 AS get
ENV SEAFILE_VERSION=11.0.8
ENV SEAFILE_VERSION=11.0.9

RUN apk add --no-cache wget

Expand Down

0 comments on commit dc8eb45

Please sign in to comment.