Skip to content

Commit 44cdc1b

Browse files
dev container to node 20
Signed-off-by: Brooke Hamilton <[email protected]>
1 parent 39685cf commit 44cdc1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License. See License.txt in the project root for license information.
3-
ARG VARIANT="16-bullseye"
3+
ARG VARIANT="20-bookworm"
44
FROM mcr.microsoft.com/devcontainers/typescript-node:1-${VARIANT}
55

66
RUN mkdir -p /workspaces && chown node:node /workspaces

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": {
88
"dockerfile": "Dockerfile",
99
"args": {
10-
"VARIANT": "18-bookworm"
10+
"VARIANT": "20-bookworm"
1111
}
1212
},
1313
"mounts": [

0 commit comments

Comments
 (0)