mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Merge pull request #303 from ggogel/renovate/alpine-3.20.x
Update alpine Docker tag to v3.20.3
This commit is contained in:
commit
6d233482ed
|
@ -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.2 AS clean
|
FROM alpine:3.20.3 AS clean
|
||||||
|
|
||||||
ENV SEAFILE_VERSION=11.0.12
|
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
|
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
|
ENV SEAFILE_VERSION=11.0.12
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue