Skip to content

Commit

Permalink
Upgrade .NET SDK to 5.0.400
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed Aug 13, 2021
1 parent d2e9a8a commit 8d0b6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:5.0.303 AS build-env
FROM mcr.microsoft.com/dotnet/sdk:5.0.400 AS build-env
WORKDIR /app

# We need Git for Cliptok builds now.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.multiarch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM --platform=${BUILDPLATFORM} \
mcr.microsoft.com/dotnet/sdk:5.0.303 AS build-env
mcr.microsoft.com/dotnet/sdk:5.0.400 AS build-env
WORKDIR /app

# We need Git for Cliptok builds now.
Expand Down

0 comments on commit 8d0b6a2

Please sign in to comment.