From 9d547fd636401fc42a1b2551727df23a1255a620 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:29:14 +0000 Subject: [PATCH] Update mcr.microsoft.com/devcontainers/base Docker tag to v2.1.13 --- .devcontainer/build-devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/build-devcontainer/Dockerfile b/.devcontainer/build-devcontainer/Dockerfile index 355041eb35..472af3e9ad 100644 --- a/.devcontainer/build-devcontainer/Dockerfile +++ b/.devcontainer/build-devcontainer/Dockerfile @@ -27,7 +27,7 @@ RUN rm -f /etc/apt/sources.list.d/yarn.list && \ rm -rf /var/lib/apt/lists/* # Final stage to copy only the required files after installation -FROM mcr.microsoft.com/devcontainers/base:2.1.11-debian12@sha256:bb7b81b6e5be17b5267f92f4ffda534fea37dab1df97b5e86c1f9b91da5c0b5d AS final +FROM mcr.microsoft.com/devcontainers/base:2.1.13-debian12@sha256:73d85a96694a2cadca1ba3fcb5721f2312a64f1d571dd86f6c77e10a708931dc AS final # Copy only the conda environment and site-packages from build stage COPY --from=build /opt/conda /opt/conda