Skip to content

Commit 29800e9

Browse files
committed
chore: using a minimal image
1 parent b36b443 commit 29800e9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM docker.io/library/ubuntu:noble@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "Noirenberg Codespace",
3-
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
3+
"build": {
4+
"context": ".",
5+
"dockerfile": "Dockerfile"
6+
},
47
"customizations": {
58
"vscode": {
69
"extensions": ["noir-lang.vscode-noir"]
@@ -11,3 +14,4 @@
1114
"ghcr.io/aztecprotocol/devcontainer-feature/noir:1.1.3": {}
1215
}
1316
}
17+

0 commit comments

Comments
 (0)