⬆️ Upgrades code-server to 3.3.0

This commit is contained in:
Franck Nijhof 2020-05-18 11:53:04 +02:00
parent e126fea8a4
commit a0e3f0dcd2
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -50,7 +50,7 @@ RUN \
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \ && if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="x86_64"; fi \ && if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="x86_64"; fi \
&& curl -J -L -o /tmp/code.tar.gz \ && curl -J -L -o /tmp/code.tar.gz \
"https://github.com/cdr/code-server/releases/download/3.2.0/code-server-3.2.0-linux-${ARCH}.tar.gz" \ "https://github.com/cdr/code-server/releases/download/3.3.0/code-server-3.3.0-linux-${ARCH}.tar.gz" \
&& mkdir -p /usr/local/lib/code-server \ && mkdir -p /usr/local/lib/code-server \
&& tar zxvf \ && tar zxvf \
/tmp/code.tar.gz \ /tmp/code.tar.gz \