We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bd2cc commit b56a246Copy full SHA for b56a246
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/dotnet/sdk:5.0 AS Build
+FROM mcr.microsoft.com/dotnet/sdk:6.0 AS Build
2
3
COPY neo-cli /neo-cli
4
COPY Neo.ConsoleService /Neo.ConsoleService
@@ -7,7 +7,7 @@ COPY NuGet.Config /neo-cli
7
WORKDIR /neo-cli
8
RUN dotnet restore && dotnet publish -c Release -o /app
9
10
-FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS Final
+FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS Final
11
RUN apt-get update && apt-get install -y \
12
screen \
13
libleveldb-dev \
0 commit comments