Merge pull request #81 from ggogel/renovate/caddy-2.6.x

Update caddy Docker tag to v2.6.3
This commit is contained in:
Gerrit Gogel 2023-02-13 13:35:27 +01:00 committed by GitHub
commit 6d09ff3978
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