Skip to content

Commit 3c86c65

Browse files
authored
Merge pull request #1913 from Nowaker/mbp-arm-chip
VSCode: update image to allow development on MBP ARM chips
2 parents 1a8ff4a + b9a777d commit 3c86c65

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)