Skip to content

Commit 835a7c0

Browse files
committed
bumps openvscode to v.1.71.2 and cloudflared to 2022.9.1
1 parent 514bcc6 commit 835a7c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ RUN wget https://github.com/cloudflare/cloudflared/releases/download/${CLOUDFLAR
6060
sudo chown root:root /tmp/staging/usr/bin/cloudflared
6161

6262
# Download 'openvscode-server'
63-
RUN wget https://github.com/gitpod-io/openvscode-server/releases/download/openvscode-server-v1.71.0/openvscode-server-${OPENVSCODE_VERSION}-linux-${ALT_ARCH}.tar.gz && \
63+
RUN wget https://github.com/gitpod-io/openvscode-server/releases/download/openvscode-server-${OPENVSCODE_VERSION}/openvscode-server-${OPENVSCODE_VERSION}-linux-${ALT_ARCH}.tar.gz && \
6464
# Unpack it
6565
tar -xf openvscode-server-${OPENVSCODE_VERSION}-linux-${ALT_ARCH}.tar.gz && \
6666
rm openvscode-server-${OPENVSCODE_VERSION}-linux-${ALT_ARCH}.tar.gz && \
6767
# Remove the 'node binary that comes with it
6868
rm openvscode-server-${OPENVSCODE_VERSION}-linux-${ALT_ARCH}/node && \
6969
# Replacing it with a symlink
70-
ln -s /usr/bin/node ./openvscode-server-v1.71.0-linux-${ALT_ARCH}/node && \
70+
ln -s /usr/bin/node ./openvscode-server-${OPENVSCODE_VERSION}-linux-${ALT_ARCH}/node && \
7171
# Remove pre-compiled binary node modules
7272
find . -name "*.node" -exec rm -rf {} \; && \
7373
# Put everything into a 'staging' folder

0 commit comments

Comments
 (0)