Skip to content

Commit

Permalink
Merge pull request #707 from LZY7977/master
Browse files Browse the repository at this point in the history
upgrade .Net versions to address security issues
  • Loading branch information
LZY7977 authored Mar 1, 2024
2 parents 9dacbd5 + 6e02925 commit 7b60370
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion al2/x86_64/standard/4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ RUN set -ex \
&& ln -s /opt/microsoft/powershell/$POWERSHELL_VERSION/pwsh /usr/bin/pwsh

#DotNet 6.0
ENV DOTNET_60_SDK_VERSION="6.0.418"
ENV DOTNET_60_SDK_VERSION="6.0.419"
ENV DOTNET_ROOT="/root/.dotnet"

# Add .NET Core 6.0 Global Tools install folder to PATH
Expand Down
4 changes: 2 additions & 2 deletions al2/x86_64/standard/5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ RUN curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o /tmp/awscli
&& aws --version

#DotNet 6.0
ENV DOTNET_6_SDK_VERSION="6.0.418"
ENV DOTNET_8_SDK_VERSION="8.0.101"
ENV DOTNET_6_SDK_VERSION="6.0.419"
ENV DOTNET_8_SDK_VERSION="8.0.201"
ENV DOTNET_6_GLOBAL_JSON_SDK_VERSION="6.0.0"
ENV DOTNET_8_GLOBAL_JSON_SDK_VERSION="8.0.0"
ENV DOTNET_ROOT="/root/.dotnet"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/standard/6.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ FROM tools AS runtimes

#**************** .NET-CORE *******************************************************

ENV DOTNET_6_SDK_VERSION="6.0.418"
ENV DOTNET_6_SDK_VERSION="6.0.419"
ENV DOTNET_ROOT="/root/.dotnet"

# Add .NET Core 6 Global Tools install folder to PATH
Expand Down
4 changes: 2 additions & 2 deletions ubuntu/standard/7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ FROM tools AS runtimes

#**************** .NET-CORE *******************************************************

ENV DOTNET_6_SDK_VERSION="6.0.418"
ENV DOTNET_8_SDK_VERSION="8.0.101"
ENV DOTNET_6_SDK_VERSION="6.0.419"
ENV DOTNET_8_SDK_VERSION="8.0.201"
ENV DOTNET_6_GLOBAL_JSON_SDK_VERSION="6.0.0"
ENV DOTNET_8_GLOBAL_JSON_SDK_VERSION="8.0.0"
ENV DOTNET_ROOT="/root/.dotnet"
Expand Down

0 comments on commit 7b60370

Please sign in to comment.