Skip to content
Snippets Groups Projects
Unverified Commit ca071d86 authored by aptalca's avatar aptalca Committed by Dominique Marcadet
Browse files

copy pasta fail

parent 9e845e72
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ RUN \ ...@@ -36,7 +36,7 @@ RUN \
mkdir -p /app/code-server && \ mkdir -p /app/code-server && \
curl -o \ curl -o \
/tmp/code-server.tar.gz -L \ /tmp/code-server.tar.gz -L \
"https://github.com/coder/code-server/releases/download/v${CODE_RELEASE}/code-server-${CODE_RELEASE}-linux-armv7l.tar.gz" && \ "https://github.com/coder/code-server/releases/download/v${CODE_RELEASE}/code-server-${CODE_RELEASE}-linux-arm64.tar.gz" && \
tar xf /tmp/code-server.tar.gz -C \ tar xf /tmp/code-server.tar.gz -C \
/app/code-server --strip-components=1 && \ /app/code-server --strip-components=1 && \
echo "**** patch 4.0.2 ****" && \ echo "**** patch 4.0.2 ****" && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment