Skip to content

Commit 790ff92

Browse files
Update caddy Docker tag to v2.11 (#4758)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | caddy | stage | minor | `2.10-alpine` -> `2.11-alpine` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Runroom/archetype-symfony). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 5868ca4 + 8d28804 commit 790ff92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG PHP_VERSION=83
44
ARG UID=1000
55
ARG USER=app
66

7-
COPY --from=caddy:2.10-alpine /usr/bin/caddy /usr/bin/caddy
7+
COPY --from=caddy:2.11-alpine /usr/bin/caddy /usr/bin/caddy
88

99
RUN apk add --no-cache \
1010
php${PHP_VERSION} \

0 commit comments

Comments
 (0)