Skip to content

Commit 5cf57ca

Browse files
authored
upgrade to universal:4-noble base images (#378)
1 parent 8982752 commit 5cf57ca

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Default",
3-
"image": "mcr.microsoft.com/devcontainers/universal:3-noble",
3+
"image": "mcr.microsoft.com/devcontainers/universal:4-noble",
44
"customizations": {
55
"vscode": {
66
"settings": {

.devcontainer/go/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Go",
3-
"image": "mcr.microsoft.com/devcontainers/universal:3-noble",
3+
"image": "mcr.microsoft.com/devcontainers/universal:4-noble",
44
"postCreateCommand": "make init",
55
"workspaceFolder": "/workspaces/interviews/go",
66
"customizations": {

.devcontainer/javascript/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Javascript",
3-
"image": "mcr.microsoft.com/devcontainers/universal:3-noble",
3+
"image": "mcr.microsoft.com/devcontainers/universal:4-noble",
44
"postCreateCommand": "make init",
55
"workspaceFolder": "/workspaces/interviews/javascript",
66
"customizations": {

.devcontainer/jupyter-notebook/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Jupyter Notebook",
3-
"image": "mcr.microsoft.com/devcontainers/universal:3-noble",
3+
"image": "mcr.microsoft.com/devcontainers/universal:4-noble",
44
"postCreateCommand": "make init",
55
"workspaceFolder": "/workspaces/interviews/jupyter-notebook",
66
"customizations": {

.devcontainer/python/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Python",
3-
"image": "mcr.microsoft.com/devcontainers/universal:3-noble",
3+
"image": "mcr.microsoft.com/devcontainers/universal:4-noble",
44
"postCreateCommand": "make init",
55
"workspaceFolder": "/workspaces/interviews/python",
66
"customizations": {

.devcontainer/typescript-react/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Typescript React",
3-
"image": "mcr.microsoft.com/devcontainers/universal:3-noble",
3+
"image": "mcr.microsoft.com/devcontainers/universal:4-noble",
44
"postCreateCommand": "make init",
55
"workspaceFolder": "/workspaces/interviews/typescript-react",
66
"customizations": {

.devcontainer/typescript/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Typescript",
3-
"image": "mcr.microsoft.com/devcontainers/universal:3-noble",
3+
"image": "mcr.microsoft.com/devcontainers/universal:4-noble",
44
"postCreateCommand": "make init",
55
"workspaceFolder": "/workspaces/interviews/typescript",
66
"customizations": {

0 commit comments

Comments
 (0)