Skip to content

Commit

Permalink
going back to dotnet 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmachado committed Feb 18, 2024
1 parent 4b2f876 commit 1c236f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.neo-node-with-plugins
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the plugins
FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS PluginBuild
FROM mcr.microsoft.com/dotnet/sdk:7.0-jammy AS PluginBuild

COPY ./neo-modules /neo-modules
WORKDIR /neo-modules
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN mkdir -p /plugins && \
| xargs -I {} sh -c 'echo {} && dotnet publish ./src/{} -c Release /p:ErrorOnDuplicatePublishOutputFiles=false -o /plugins && mkdir -p /plugins/{} && cp /plugins/{}.* /plugins/{}/ && if [ -e ./src/{}/config.json ]; then cp ./src/{}/config.json /plugins/{}/config.json; fi'

# Build the neo-cli
FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS NeoCliBuild
FROM mcr.microsoft.com/dotnet/sdk:7.0-jammy AS NeoCliBuild

COPY ./neo-node/neo-cli /neo-cli
COPY ./neo-node/Neo.ConsoleService /Neo.ConsoleService
Expand Down

0 comments on commit 1c236f6

Please sign in to comment.