Update caddy Docker tag to v2.7.4

This commit is contained in:
renovate[bot] 2023-08-18 00:50:30 +00:00 committed by GitHub
parent 38529f81ee
commit 6cb61c1f16
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.2-alpine
FROM caddy:2.7.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.7.2-alpine
FROM caddy:2.7.4-alpine
COPY --from=get /tmp/seafile-server*/seahub/media /usr/share/caddy/media