Bump proxy base image to caddy/caddy:2.11.2-alpine (CVE-2026-22184)#21338
Merged
Bump proxy base image to caddy/caddy:2.11.2-alpine (CVE-2026-22184)#21338
Conversation
Same fix as the other Caddy-based images (dashboard, ide-proxy) from Together with the existing apk upgrade --no-cache, this resolves CVE-2026-22184 (zlib 1.3.1-r2 -> 1.3.2-r0). Co-authored-by: Ona <no-reply@ona.com>
69c7c46 to
9fa12ff
Compare
mustard-mh
approved these changes
Mar 9, 2026
corneliusludmann
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
The proxy Dockerfile was missed in #21333 and still uses
caddy/caddy:2.11-alpine, which ships zlib 1.3.1-r2 (CVE-2026-22184). The other Caddy-based images (dashboard, ide-proxy) were already bumped.Fixes CLC-2227.
Changes
Bump
caddy/caddy:2.11-alpine→caddy/caddy:2.11.2-alpineincomponents/proxy/Dockerfile. Together with the existingapk upgrade --no-cache, this resolves CVE-2026-22184 (zlib 1.3.1-r2 → 1.3.2-r0).Verification
Built the final stage locally and confirmed with grype that no critical/zlib vulnerabilities remain."