From 3a4936be5afce35a5686192226fa72768806986e Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Tue, 2 Sep 2025 02:56:44 +0000 Subject: [PATCH] Lighter devcontainer base image --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e3f0ecf..ec4e755 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // based on https://github.com/NixOS/nixpkgs/blob/6c46327d7da6419abb353e6e81dc90e93124d8b3/.devcontainer/devcontainer.json { "name": "smtp-mail", - "image": "mcr.microsoft.com/devcontainers/universal:2-linux", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "ghcr.io/devcontainers/features/nix:1": { // fails in the devcontainer sandbox, enable sandbox via config instead