mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Update alpine Docker tag to v3.20.3
This commit is contained in:
parent
cd0e79636c
commit
d711c42f12
|
@ -12,7 +12,7 @@ RUN wget https://raw.githubusercontent.com/haiwen/seafile-docker/master/build/se
|
|||
RUN chmod +x ./seafile-build.sh
|
||||
RUN ./seafile-build.sh ${SEAFILE_VERSION}
|
||||
|
||||
FROM alpine:3.20.2 AS clean
|
||||
FROM alpine:3.20.3 AS clean
|
||||
|
||||
ENV SEAFILE_VERSION=11.0.12
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
FROM alpine:3.20.2 AS clean
|
||||
FROM alpine:3.20.3 AS clean
|
||||
|
||||
ENV SEAFILE_VERSION=11.0.12
|
||||
|
||||
|
|
Loading…
Reference in a new issue