Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit b56a246

Browse files
author
ZhangTao
authored
use dotnet 6.0 image (#840)
1 parent 24bd2cc commit b56a246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS Build
1+
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS Build
22

33
COPY neo-cli /neo-cli
44
COPY Neo.ConsoleService /Neo.ConsoleService
@@ -7,7 +7,7 @@ COPY NuGet.Config /neo-cli
77
WORKDIR /neo-cli
88
RUN dotnet restore && dotnet publish -c Release -o /app
99

10-
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS Final
10+
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS Final
1111
RUN apt-get update && apt-get install -y \
1212
screen \
1313
libleveldb-dev \

0 commit comments

Comments
 (0)