Skip to content

Commit

Permalink
⬆️ Upgrades code-server to 4.5.1 (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 20, 2022
1 parent ff3af32 commit 8eeacf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN \
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
&& curl -J -L -o /tmp/code.tar.gz \
"https://github.com/cdr/code-server/releases/download/v4.4.0/code-server-4.4.0-linux-${ARCH}.tar.gz" \
"https://github.com/cdr/code-server/releases/download/v4.5.1/code-server-4.5.1-linux-${ARCH}.tar.gz" \
&& mkdir -p /usr/local/lib/code-server \
&& tar zxvf \
/tmp/code.tar.gz \
Expand Down

0 comments on commit 8eeacf8

Please sign in to comment.