Skip to content

Commit 3717407

Browse files
authored
Merge branch 'main' into contributing-guide
2 parents 773d35d + f9ea7fe commit 3717407

3 files changed

Lines changed: 11 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
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"features": {
3+
"ghcr.io/devcontainers/features/docker-in-docker:2": {
4+
"version": "2.16.1",
5+
"resolved": "ghcr.io/devcontainers/features/docker-in-docker@sha256:ce078b7bf7d9ef3bcb9813b32103795d8d72172446890b64772cbe1dec6baafd",
6+
"integrity": "sha256:ce078b7bf7d9ef3bcb9813b32103795d8d72172446890b64772cbe1dec6baafd"
7+
}
8+
}
9+
}

.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)