From 187bd7ab0748f4ef6c9e212bb4ebe4de405aea2c Mon Sep 17 00:00:00 2001 From: Roydemilde Date: Tue, 12 Dec 2023 16:20:29 +0100 Subject: [PATCH] Update Dockerfile hanged Variant to latest version 8.0 dotnet --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 07bc5b7..e3d32b4 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,6 +1,6 @@ # [Choice] .NET version: 7.0, 6.0, 3.1, 6.0-bullseye, 3.1-bullseye, 6.0-focal, 3.1-focal # See here for devcontainer tags: https://mcr.microsoft.com/v2/devcontainers/dotnet/tags/list -ARG VARIANT="7.0-jammy" +ARG VARIANT="8.0-jammy" FROM mcr.microsoft.com/vscode/devcontainers/dotnet:${VARIANT} # [Choice] Node.js version: none, lts/*, 18, 16, 14 @@ -13,4 +13,4 @@ RUN export DEBIAN_FRONTEND=noninteractive \ && apt-get clean -y # [Optional] Uncomment this line to install global node packages. -# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g " 2>&1 \ No newline at end of file +# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g " 2>&1