File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# ######################################################
4
4
# Download the official ASP.NET Core SDK image
5
5
# to build the project while creating the docker image
6
- FROM mcr.microsoft.com/dotnet/sdk:6 as build
6
+ FROM mcr.microsoft.com/dotnet/sdk:6.0 as build
7
7
WORKDIR /app
8
8
9
9
# Restore NuGet packages
@@ -27,7 +27,7 @@ RUN dotnet test --configuration Release MicroCommunication.Api.Tests/MicroCommun
27
27
# ######################################################
28
28
# Download the official ASP.NET Core Runtime image
29
29
# to run the compiled application
30
- FROM mcr.microsoft.com/dotnet/aspnet:6
30
+ FROM mcr.microsoft.com/dotnet/aspnet:6.0
31
31
WORKDIR /app
32
32
33
33
# Open port
Original file line number Diff line number Diff line change 3
3
# ######################################################
4
4
# Download the official ASP.NET Core SDK image
5
5
# to build the project while creating the docker image
6
- FROM mcr.microsoft.com/dotnet/sdk:6 as build
6
+ FROM mcr.microsoft.com/dotnet/sdk:6.0 as build
7
7
WORKDIR /app
8
8
9
9
# Restore NuGet packages
@@ -26,7 +26,7 @@ RUN dotnet test --configuration Release MicroCommunication.Random.Tests/MicroCom
26
26
# ######################################################
27
27
# Download the official ASP.NET Core Runtime image
28
28
# to run the compiled application
29
- FROM mcr.microsoft.com/dotnet/aspnet:6
29
+ FROM mcr.microsoft.com/dotnet/aspnet:6.0
30
30
WORKDIR /app
31
31
32
32
# Open port
You can’t perform that action at this time.
0 commit comments