Skip to content

Commit

Permalink
Upgraded devcontainer to .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Dec 17, 2022
1 parent 5c7f135 commit 86df82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------

FROM mcr.microsoft.com/dotnet/sdk:6.0-focal
FROM mcr.microsoft.com/dotnet/sdk:7.0.100-bullseye-slim-amd64

RUN apt-get update && apt-get install -y ssh
# This Dockerfile adds a non-root 'vscode' user with sudo access. However, for Linux,
Expand Down

0 comments on commit 86df82f

Please sign in to comment.