Skip to content

Commit

Permalink
Merge pull request #386 from GrahamDumpleton/vscode-update
Browse files Browse the repository at this point in the history
Update VS Code version to 1.89.1.
  • Loading branch information
GrahamDumpleton authored May 23, 2024
2 parents 4fc68d5 + e397f70 commit 4db8b4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions project-docs/release-notes/version-2.7.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Version 2.7.1
=============

Features Changed
----------------

* Updated VS Code to version 1.89.1.

Bugs Fixed
----------

Expand Down
6 changes: 3 additions & 3 deletions workshop-images/base-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ EOF

RUN <<EOF
set -eo pipefail
VERSION=4.19.1
CHECKSUM_amd64="792a2ebc2a3a8577579924aea149dc104feb20b13b98c4a34914f9a634123278"
CHECKSUM_arm64="084098d0de5d166cca1e9587dffedf39222b6b16933ad6258a256137f5ef14f0"
VERSION=4.89.1
CHECKSUM_amd64="5c3769b1ab5cbb2eceb092524dc46f558905e4260155b477d3a313f9ea25ca33"
CHECKSUM_arm64="69d3d1f7158d6e2125bd2f831611ab959a2aa80d5a7d96422a44070eb2b8645b"
CHECKSUM=CHECKSUM_${TARGETARCH}
mkdir /opt/editor
curl --silent --fail -L -o /tmp/code-server.tar.gz https://github.com/cdr/code-server/releases/download/v${VERSION}/code-server-${VERSION}-linux-${TARGETARCH}.tar.gz
Expand Down

0 comments on commit 4db8b4f

Please sign in to comment.