Skip to content

Commit 51a7a8c

Browse files
geroplona-agent
andauthored
Bump proxy base image to caddy/caddy:2.11.2-alpine (#21338)
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>
1 parent 21339b8 commit 51a7a8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/proxy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /plugins
99
COPY plugins /plugins
1010

1111
# build caddy
12-
RUN xcaddy build v2.11.1 \
12+
RUN xcaddy build v2.11.2 \
1313
--output /caddy \
1414
--with github.com/gitpod-io/gitpod/proxy/plugins/corsorigin=/plugins/corsorigin \
1515
--with github.com/gitpod-io/gitpod/proxy/plugins/secwebsocketkey=/plugins/secwebsocketkey \
@@ -22,7 +22,7 @@ RUN xcaddy build v2.11.1 \
2222
--with github.com/gitpod-io/gitpod/proxy/plugins/sshtunnel=/plugins/sshtunnel \
2323
--with github.com/gitpod-io/gitpod/proxy/plugins/frontend_dev=/plugins/frontend_dev
2424

25-
FROM caddy/caddy:2.11-alpine
25+
FROM caddy/caddy:2.11.2-alpine
2626

2727
# Ensure latest packages are present, like security updates.
2828
RUN apk upgrade --no-cache \

0 commit comments

Comments
 (0)