File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ RUN set -ex \
237
237
&& ln -s /opt/microsoft/powershell/$POWERSHELL_VERSION/pwsh /usr/bin/pwsh
238
238
239
239
# DotNet 6.0
240
- ENV DOTNET_60_SDK_VERSION="6.0.418 "
240
+ ENV DOTNET_60_SDK_VERSION="6.0.419 "
241
241
ENV DOTNET_ROOT="/root/.dotnet"
242
242
243
243
# 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
244
244
&& aws --version
245
245
246
246
# 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 "
249
249
ENV DOTNET_6_GLOBAL_JSON_SDK_VERSION="6.0.0"
250
250
ENV DOTNET_8_GLOBAL_JSON_SDK_VERSION="8.0.0"
251
251
ENV DOTNET_ROOT="/root/.dotnet"
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ FROM tools AS runtimes
143
143
144
144
# **************** .NET-CORE *******************************************************
145
145
146
- ENV DOTNET_6_SDK_VERSION="6.0.418 "
146
+ ENV DOTNET_6_SDK_VERSION="6.0.419 "
147
147
ENV DOTNET_ROOT="/root/.dotnet"
148
148
149
149
# 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
159
159
160
160
# **************** .NET-CORE *******************************************************
161
161
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 "
164
164
ENV DOTNET_6_GLOBAL_JSON_SDK_VERSION="6.0.0"
165
165
ENV DOTNET_8_GLOBAL_JSON_SDK_VERSION="8.0.0"
166
166
ENV DOTNET_ROOT="/root/.dotnet"
You can’t perform that action at this time.
0 commit comments