From a643674d715ce96afd3cc33c001374225d996a90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:41:28 -0500 Subject: [PATCH] Update mcr.microsoft.com/vscode/devcontainers/universal:2-linux Docker digest to a8ce3c4 (#1858) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index e2b41eee7..9bfeb53dc 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -5,6 +5,6 @@ # To fully customize the contents of this image, use the following Dockerfile instead: # https://github.com/microsoft/vscode-dev-containers/tree/v0.128.0/containers/codespaces-linux/.devcontainer/Dockerfile -FROM mcr.microsoft.com/vscode/devcontainers/universal:2-linux@sha256:9e57d15288fa3989ca7a0c04451845a3fd689d61739c886164c574faea5ffef4 +FROM mcr.microsoft.com/vscode/devcontainers/universal:2-linux@sha256:a8ce3c42dbdca5cafc6af8474de57b358115505a4aca6d3bd964bd2c312da03e RUN curl -fsSL https://dotnet.microsoft.com/download/dotnet-core/scripts/v1/dotnet-install.sh | sudo bash -s -- --channel Current --install-dir /home/codespace/.dotnet/