Skip to content

Commit

Permalink
VS Code version bumps
Browse files Browse the repository at this point in the history
- VS Code Server v4.23.1
- VS Code GitLens v14.9.0
  • Loading branch information
lmakarov committed Apr 19, 2024
1 parent b91ccf4 commit ae8d449
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ USER docker
ARG HOME=/home/docker

ENV \
CODE_SERVER_VERSION=4.20.1 \
VSCODE_GITLENS_VERSION=14.7.0 \
CODE_SERVER_VERSION=4.23.1 \
VSCODE_GITLENS_VERSION=14.9.0 \
VSCODE_XDEBUG_VERSION=1.34.0 \
VSCODE_HOME="${HOME}/code-server"

Expand Down
4 changes: 2 additions & 2 deletions 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ USER docker
ARG HOME=/home/docker

ENV \
CODE_SERVER_VERSION=4.20.1 \
VSCODE_GITLENS_VERSION=14.7.0 \
CODE_SERVER_VERSION=4.23.1 \
VSCODE_GITLENS_VERSION=14.9.0 \
VSCODE_XDEBUG_VERSION=1.34.0 \
VSCODE_HOME="${HOME}/code-server"

Expand Down
4 changes: 2 additions & 2 deletions 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ USER docker
ARG HOME=/home/docker

ENV \
CODE_SERVER_VERSION=4.20.1 \
VSCODE_GITLENS_VERSION=14.7.0 \
CODE_SERVER_VERSION=4.23.1 \
VSCODE_GITLENS_VERSION=14.9.0 \
VSCODE_XDEBUG_VERSION=1.34.0 \
VSCODE_HOME="${HOME}/code-server"

Expand Down

0 comments on commit ae8d449

Please sign in to comment.