Skip to content

Commit ec4eafe

Browse files
author
Ayane Satomi
committed
docker: set a sane default for vscodeVersion
Signed-off-by: Ayane Satomi <sr229@coder.com>
1 parent 382d42f commit ec4eafe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:10.16.0
22
ARG codeServerVersion=docker
3-
ARG vscodeVersion
3+
ARG vscodeVersion=1.38.1
44
ARG githubToken
55

66
# Install VS Code's deps. These are the only two it seems we need.

0 commit comments

Comments
 (0)