Skip to content

Commit b9a777d

Browse files
committed
VSCode: update image to allow development on MBP ARM chips
Signed-off-by: Nowaker <[email protected]>
1 parent 6a861a8 commit b9a777d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [Choice] Node.js version: 16, 14
2-
ARG VARIANT=14-buster
2+
ARG VARIANT=14-bullseye
33
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
44

55
# [Optional] Uncomment this section to install additional OS packages.

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
context: ..
77
dockerfile: .devcontainer/Dockerfile
88
args:
9-
VARIANT: 14-buster
9+
VARIANT: 14-bullseye
1010
environment:
1111
- CMD_DB_URL=postgres://codimd:codimd@localhost/codimd
1212
- CMD_USECDN=false

0 commit comments

Comments
 (0)