File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
mkdir -p /app/code-server && \
37
37
curl -o \
38
38
/tmp/code-server.tar.gz -L \
39
- "https://github.com/coder/code-server/releases/download/v${CODE_RELEASE}/code-server-${CODE_RELEASE}-linux-armv7l .tar.gz" && \
39
+ "https://github.com/coder/code-server/releases/download/v${CODE_RELEASE}/code-server-${CODE_RELEASE}-linux-amd64 .tar.gz" && \
40
40
tar xf /tmp/code-server.tar.gz -C \
41
41
/app/code-server --strip-components=1 && \
42
42
echo "**** patch 4.0.2 ****" && \
Original file line number Diff line number Diff line change 36
36
mkdir -p /app/code-server && \
37
37
curl -o \
38
38
/tmp/code-server.tar.gz -L \
39
- "https://github.com/coder/code-server/releases/download/v${CODE_RELEASE}/code-server-${CODE_RELEASE}-linux-armv7l .tar.gz" && \
39
+ "https://github.com/coder/code-server/releases/download/v${CODE_RELEASE}/code-server-${CODE_RELEASE}-linux-arm64 .tar.gz" && \
40
40
tar xf /tmp/code-server.tar.gz -C \
41
41
/app/code-server --strip-components=1 && \
42
42
echo "**** patch 4.0.2 ****" && \
You can’t perform that action at this time.
0 commit comments