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 915363f + 3a4936b commit 30f406dCopy full SHA for 30f406d
.devcontainer/devcontainer.json
@@ -1,7 +1,7 @@
1
// based on https://github.com/NixOS/nixpkgs/blob/6c46327d7da6419abb353e6e81dc90e93124d8b3/.devcontainer/devcontainer.json
2
{
3
"name": "smtp-mail",
4
- "image": "mcr.microsoft.com/devcontainers/universal:2-linux",
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
5
"features": {
6
"ghcr.io/devcontainers/features/nix:1": {
7
// fails in the devcontainer sandbox, enable sandbox via config instead
0 commit comments