Update caddy Docker tag to v2.7.6

This commit is contained in:
renovate[bot] 2023-12-08 22:57:47 +00:00 committed by GitHub
parent ea91e6d2bc
commit cba6210111
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM caddy:2.7.5-alpine FROM caddy:2.7.6-alpine
RUN apk add --no-cache \ RUN apk add --no-cache \
bash \ bash \

View file

@ -8,6 +8,6 @@ RUN cd /tmp && \
tar -zxvf seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz && \ tar -zxvf seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz && \
rm -f seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz rm -f seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz
FROM caddy:2.7.5-alpine FROM caddy:2.7.6-alpine
COPY --from=get /tmp/seafile-server*/seahub/media /usr/share/caddy/media COPY --from=get /tmp/seafile-server*/seahub/media /usr/share/caddy/media