From 9fb94619b37cad2a68aa28c0d867845ada443134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 2 Mar 2026 19:18:27 +0100 Subject: [PATCH] Change base image to Ubuntu for dev container --- .devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index 5131335..4bf2a1f 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "custom-components/readme", - "image": "mcr.microsoft.com/devcontainers/python:3.13", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "postCreateCommand": "scripts/setup", "forwardPorts": [ 8123 @@ -49,4 +49,4 @@ ] } } -} \ No newline at end of file +}