From a874703fc985c76191b929a396531728069626b0 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 09:23:02 +0000 Subject: [PATCH] Update mcr.microsoft.com/vscode/devcontainers/typescript-node Docker tag to v24 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .devcontainer/Dockerfile.plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile.plugin b/.devcontainer/Dockerfile.plugin index 59d4d0c..8d9160b 100644 --- a/.devcontainer/Dockerfile.plugin +++ b/.devcontainer/Dockerfile.plugin @@ -1,2 +1,2 @@ -FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:16 as build +FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:24 as build COPY --from=openshift/origin-cli:latest /usr/bin/oc /usr/local/bin/oc