Merge pull request #242 from ggogel/renovate/haiwen-seahub-11.0.x

Update Seafile to v11.0.9
This commit is contained in:
Gerrit Gogel 2024-05-31 09:31:22 +02:00 committed by GitHub
commit dc8eb45676
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ FROM alpine:3.18.6 AS get
RUN apk add --no-cache wget RUN apk add --no-cache wget
ENV SEAFILE_VERSION=11.0.8 ENV SEAFILE_VERSION=11.0.9
RUN cd /tmp && \ 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 && \ 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 && \
@ -35,7 +35,7 @@ RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
FROM ubuntu:jammy@sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b0761bbfb2 FROM ubuntu:jammy@sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b0761bbfb2
ENV SEAFILE_VERSION=11.0.8 ENV SEAFILE_VERSION=11.0.9
RUN apt-get update && \ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \ DEBIAN_FRONTEND=noninteractive apt-get install -y \

View file

@ -1,5 +1,5 @@
FROM alpine:3.18.6 AS get 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 RUN apk add --no-cache wget

View file

@ -1,5 +1,5 @@
FROM alpine:3.18.6 AS get 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 RUN apk add --no-cache wget