File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ RUN set -ex \
237237 && ln -s /opt/microsoft/powershell/$POWERSHELL_VERSION/pwsh /usr/bin/pwsh
238238
239239#DotNet 6.0
240- ENV DOTNET_60_SDK_VERSION="6.0.418 "
240+ ENV DOTNET_60_SDK_VERSION="6.0.419 "
241241ENV DOTNET_ROOT="/root/.dotnet"
242242
243243# Add .NET Core 6.0 Global Tools install folder to PATH
Original file line number Diff line number Diff line change @@ -244,8 +244,8 @@ RUN curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o /tmp/awscli
244244 && aws --version
245245
246246#DotNet 6.0
247- ENV DOTNET_6_SDK_VERSION="6.0.418 "
248- ENV DOTNET_8_SDK_VERSION="8.0.101 "
247+ ENV DOTNET_6_SDK_VERSION="6.0.419 "
248+ ENV DOTNET_8_SDK_VERSION="8.0.201 "
249249ENV DOTNET_6_GLOBAL_JSON_SDK_VERSION="6.0.0"
250250ENV DOTNET_8_GLOBAL_JSON_SDK_VERSION="8.0.0"
251251ENV DOTNET_ROOT="/root/.dotnet"
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ FROM tools AS runtimes
143143
144144#**************** .NET-CORE *******************************************************
145145
146- ENV DOTNET_6_SDK_VERSION="6.0.418 "
146+ ENV DOTNET_6_SDK_VERSION="6.0.419 "
147147ENV DOTNET_ROOT="/root/.dotnet"
148148
149149# Add .NET Core 6 Global Tools install folder to PATH
Original file line number Diff line number Diff line change @@ -159,8 +159,8 @@ FROM tools AS runtimes
159159
160160#**************** .NET-CORE *******************************************************
161161
162- ENV DOTNET_6_SDK_VERSION="6.0.418 "
163- ENV DOTNET_8_SDK_VERSION="8.0.101 "
162+ ENV DOTNET_6_SDK_VERSION="6.0.419 "
163+ ENV DOTNET_8_SDK_VERSION="8.0.201 "
164164ENV DOTNET_6_GLOBAL_JSON_SDK_VERSION="6.0.0"
165165ENV DOTNET_8_GLOBAL_JSON_SDK_VERSION="8.0.0"
166166ENV DOTNET_ROOT="/root/.dotnet"
You can’t perform that action at this time.
0 commit comments