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

Update caddy Docker tag to v2.6.4
This commit is contained in:
Gerrit Gogel 2023-02-16 15:25:00 +01:00 committed by GitHub
commit 2596197e07
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.3-alpine
FROM caddy:2.6.4-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.3-alpine
FROM caddy:2.6.4-alpine
COPY --from=get /tmp/seafile-server*/seahub/media /usr/share/caddy/media