Compare commits

..

No commits in common. "0fc8abcd16e5ff8920a353a34d18a581b76217dc" and "5772e2da3eb81f47c5b9b16aa3567786063c0902" have entirely different histories.

9 changed files with 16 additions and 16 deletions

View file

@ -15,7 +15,7 @@ jobs:
steps: steps:
- name: Check out code - name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with: with:
fetch-depth: 0 fetch-depth: 0

View file

@ -67,7 +67,7 @@ services:
restart: unless-stopped restart: unless-stopped
memcached: memcached:
image: memcached:1.6.32 image: memcached:1.6.31
entrypoint: memcached -m 1024 entrypoint: memcached -m 1024
networks: networks:
- seafile-net - seafile-net

View file

@ -79,7 +79,7 @@ services:
restart: always restart: always
memcached: memcached:
image: memcached:1.6.32 image: memcached:1.6.31
entrypoint: memcached -m 1024 entrypoint: memcached -m 1024
networks: networks:
- seafile-net - seafile-net

View file

@ -57,7 +57,7 @@ services:
- seafile-net - seafile-net
memcached: memcached:
image: memcached:1.6.32 image: memcached:1.6.31
entrypoint: memcached -m 1024 entrypoint: memcached -m 1024
networks: networks:
- seafile-net - seafile-net

View file

@ -67,7 +67,7 @@ services:
restart: unless-stopped restart: unless-stopped
memcached: memcached:
image: memcached:1.6.32 image: memcached:1.6.31
entrypoint: memcached -m 1024 entrypoint: memcached -m 1024
networks: networks:
- seafile-net - seafile-net

View file

@ -23,7 +23,7 @@ spec:
- memcached - memcached
- -m - -m
- "1024" - "1024"
image: memcached:1.6.32 image: memcached:1.6.31
name: memcached name: memcached
ports: ports:
- containerPort: 11211 - containerPort: 11211

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.13 ENV SEAFILE_VERSION=11.0.12
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.13 ENV SEAFILE_VERSION=11.0.12
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}
@ -34,7 +34,7 @@ RUN pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \
sqlalchemy==2.0.36 \ sqlalchemy==2.0.36 \
click==8.1.7 \ click==8.1.7 \
termcolor==2.5.0 \ termcolor==2.5.0 \
colorlog==6.9.0 \ colorlog==6.8.2 \
pymysql==1.1.1 \ pymysql==1.1.1 \
jinja2==3.1.4 \ jinja2==3.1.4 \
pycryptodome==3.21.0 \ pycryptodome==3.21.0 \
@ -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.13 ENV SEAFILE_VERSION=11.0.12
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.13 ENV SEAFILE_VERSION=11.0.12
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.13 ENV SEAFILE_VERSION=11.0.12
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.13 ENV SEAFILE_VERSION=11.0.12
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}
@ -47,7 +47,7 @@ future==1.0.0 \
pillow==11.0.0 \ pillow==11.0.0 \
captcha==0.6.0 \ captcha==0.6.0 \
pyjwt==2.9.0 \ pyjwt==2.9.0 \
mysqlclient==2.2.5 \ mysqlclient==2.2.4 \
django==4.2.16 \ django==4.2.16 \
django-pylibmc==0.6.1 \ django-pylibmc==0.6.1 \
django-simple-captcha==0.6.0 \ django-simple-captcha==0.6.0 \
@ -69,9 +69,9 @@ qrcode==8.0 \
chardet==5.2.0 \ chardet==5.2.0 \
openpyxl==3.1.5 \ openpyxl==3.1.5 \
Markdown==3.7 \ Markdown==3.7 \
bleach==6.2.0 \ bleach==6.1.0 \
pypinyin==0.53.0 \ pypinyin==0.53.0 \
PyMuPDF==1.24.13 \ PyMuPDF==1.24.11 \
pymysql==1.1.1 pymysql==1.1.1
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \ RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \