Skip to content

Commit 6b24756

Browse files
AlexTugarevroboquat
authored andcommitted
[dashboard] downgrade Caddy
because of issues with 308 responsed on static assests.
1 parent b34bc3f commit 6b24756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/dashboard/leeway.Dockerfile

+1-1
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.6.2-alpine
21+
FROM caddy/caddy:2.4.0-alpine
2222

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

0 commit comments

Comments
 (0)