nyanya
commited on
Commit
•
44093a8
1
Parent(s):
67591e6
fix: dckfl
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -62,8 +62,7 @@ RUN curl -s https://api.github.com/repos/gitpod-io/openvscode-server/releases/la
|
|
62 |
&& rm -rf /var/tmp/*
|
63 |
|
64 |
# Fetch the latest version of OpenVSCode Server
|
65 |
-
RUN
|
66 |
-
CODE_RELEASE=$(curl -sX GET "https://api.github.com/repos/coder/code-server/releases/latest" \
|
67 |
| grep "browser_download_url.*linux-amd64.tar.gz" \
|
68 |
| cut -d : -f 2,3 \
|
69 |
| tr -d \" \
|
|
|
62 |
&& rm -rf /var/tmp/*
|
63 |
|
64 |
# Fetch the latest version of OpenVSCode Server
|
65 |
+
RUN curl -s "https://api.github.com/repos/coder/code-server/releases/latest" \
|
|
|
66 |
| grep "browser_download_url.*linux-amd64.tar.gz" \
|
67 |
| cut -d : -f 2,3 \
|
68 |
| tr -d \" \
|