Update caddy Docker tag to v2.6.3

This commit is contained in:
renovate[bot] 2023-02-09 07:12:55 +00:00 committed by GitHub
parent 44e03fb5ff
commit 277fd0dddd
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.6.2-alpine
FROM caddy:2.6.3-alpine
RUN apk add --no-cache \
bash \

View file

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