chore: downgrade devcontainer to 22

+ remove optional cli

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
This commit is contained in:
Hellgren Heikki
2026-02-03 15:50:43 +02:00
parent f2c1da4c4c
commit f6d96ef4a8
3 changed files with 1 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/typescript-node:24
FROM mcr.microsoft.com/devcontainers/typescript-node:22
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install chromium \