Skip to content

Commit 46ab1b8

Browse files
Update Open VSX extension control manifest (#20285)
1 parent c6c7c7b commit 46ab1b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ide-proxy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ COPY components-local-app--app-with-manifest/bin/* /bin/
1111

1212
RUN for FILE in `ls /bin/gitpod-local-companion*`;do \
1313
gzip -v -f -9 -k "$FILE"; \
14-
done
14+
done
1515

1616
RUN mkdir -p static/code
17-
RUN curl -o static/code/marketplace.json "https://raw.githubusercontent.com/open-vsx/publish-extensions/dfa20ca6716282d799c58d10751f94cbc3471775/extension-control/extensions.json"
17+
RUN curl -o static/code/marketplace.json "https://raw.githubusercontent.com/open-vsx/publish-extensions/e5c7f0ac781b430049c9f07fed10ee5c388b0097/extension-control/extensions.json"
1818

1919
FROM caddy/caddy:2.7.6-alpine
2020

0 commit comments

Comments
 (0)