mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-02-22 21:12:16 +00:00
Update alpine Docker tag to v3.21.3
This commit is contained in:
parent
21d67dd7ff
commit
1cb1b3e037
|
@ -12,7 +12,7 @@ RUN wget https://raw.githubusercontent.com/haiwen/seafile-docker/master/build/se
|
||||||
RUN chmod +x ./seafile-build.sh
|
RUN chmod +x ./seafile-build.sh
|
||||||
RUN ./seafile-build.sh ${SEAFILE_VERSION}
|
RUN ./seafile-build.sh ${SEAFILE_VERSION}
|
||||||
|
|
||||||
FROM alpine:3.20.3 AS clean
|
FROM alpine:3.21.3 AS clean
|
||||||
|
|
||||||
ENV SEAFILE_VERSION=11.0.13
|
ENV SEAFILE_VERSION=11.0.13
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ RUN sed -i "s@.*INNER_FILE_SERVER_ROOT.*@INNER_FILE_SERVER_ROOT = os.environ.get
|
||||||
|
|
||||||
RUN sed -i '/warning_if_seafile_not_running;/d' /tmp/seafile-server-${SEAFILE_VERSION}/seahub.sh
|
RUN sed -i '/warning_if_seafile_not_running;/d' /tmp/seafile-server-${SEAFILE_VERSION}/seahub.sh
|
||||||
|
|
||||||
FROM alpine:3.20.3 AS clean
|
FROM alpine:3.21.3 AS clean
|
||||||
|
|
||||||
ENV SEAFILE_VERSION=11.0.13
|
ENV SEAFILE_VERSION=11.0.13
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue