Skip to content

Commit 211e790

Browse files
authored
Bump caddy to latest (#20684)
1 parent 38dc6b0 commit 211e790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dashboard/leeway.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN find . -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' -o -name '
1818

1919
COPY components-gitpod-protocol--gitpod-schema/gitpod-schema.json /www/static/schemas/gitpod-schema.json
2020

21-
FROM caddy/caddy:2.7.6-alpine
21+
FROM caddy/caddy:2.9.1-alpine
2222

2323
COPY components-dashboard--static/conf/Caddyfile /etc/caddy/Caddyfile
2424
COPY --from=compress /www /www

components/ide-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN for FILE in `ls /bin/gitpod-local-companion*`;do \
1616
RUN mkdir -p static/code
1717
RUN curl -o static/code/marketplace.json "https://raw.githubusercontent.com/EclipseFdn/publish-extensions/d9a7cc2d486ca881e9df310324f9752f48156283/extension-control/extensions.json"
1818

19-
FROM caddy/caddy:2.7.6-alpine
19+
FROM caddy/caddy:2.9.1-alpine
2020

2121
COPY conf/Caddyfile /etc/caddy/Caddyfile
2222
COPY static /www/

0 commit comments

Comments
 (0)