Skip to content

Commit

Permalink
update vscode version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStorm1313 committed Nov 14, 2024
1 parent 66373a4 commit 314134c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ENV PATH=${HOME_DIR}/.cargo/bin:${HOME_DIR}/.bun/bin:${HOME_DIR}/.local/bin:${PA
WORKDIR ${HOME_DIR}

# Specify openvscode-server release, SHOULD MOVE THIS DOWN AFTER INSTALLING TOOLING
ARG OPENVSCODE_SERVER_RELEASE_VERSION=1.93.1
ARG OPENVSCODE_SERVER_RELEASE_VERSION=1.95.2
ARG OPENVSCODE_SERVER_RELEASE_TAG=openvscode-server-v${OPENVSCODE_SERVER_RELEASE_VERSION}
ARG OPENVSCODE_SERVER_RELEASE_ORG=gitpod-io
ARG OPENVSCODE_SERVER_INSTALL_DIR=${HOME_DIR}/.openvscode-server
Expand Down

0 comments on commit 314134c

Please sign in to comment.