From a6ae071b60b6cac02104f23ca7567b7753ac8ce0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 10:17:24 -0400 Subject: [PATCH] Update mcr.microsoft.com/vscode/devcontainers/universal:2-linux Docker digest to d4ac0b7 (#2037) 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 5d1ca03a9..434599f0e 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:aade28418ac5c4d8bcf5afd9912ecc75dca083713646e98463656d53388f53bd +FROM mcr.microsoft.com/vscode/devcontainers/universal:2-linux@sha256:d4ac0b79e9afabb3296eb4b6d7e32737c06956f248b18939156f2158c2c1f1f4 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/