mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-11 17:15:49 +08:00
Merge pull request #6799 from nextcloud/dependabot/docker/Containers/mastercontainer/caddy-2.10.2-alpine
build(deps): bump caddy from 2.10.0-alpine to 2.10.2-alpine in /Containers/mastercontainer
This commit is contained in:
commit
2a49bfff20
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
FROM docker:28.3.3-cli AS docker
|
||||
|
||||
# Caddy is a requirement
|
||||
FROM caddy:2.10.0-alpine AS caddy
|
||||
FROM caddy:2.10.2-alpine AS caddy
|
||||
|
||||
# From https://github.com/docker-library/php/blob/master/8.4/alpine3.22/fpm/Dockerfile
|
||||
FROM php:8.4.11-fpm-alpine3.22
|
||||
|
|
Loading…
Add table
Reference in a new issue