We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a8ff4a + b9a777d commit 3c86c65Copy full SHA for 3c86c65
.devcontainer/Dockerfile
@@ -1,5 +1,5 @@
1
# [Choice] Node.js version: 16, 14
2
-ARG VARIANT=14-buster
+ARG VARIANT=14-bullseye
3
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}
4
5
# [Optional] Uncomment this section to install additional OS packages.
.devcontainer/docker-compose.yml
@@ -6,7 +6,7 @@ services:
6
context: ..
7
dockerfile: .devcontainer/Dockerfile
8
args:
9
- VARIANT: 14-buster
+ VARIANT: 14-bullseye
10
environment:
11
- CMD_DB_URL=postgres://codimd:codimd@localhost/codimd
12
- CMD_USECDN=false
0 commit comments