File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/aspnet:7 .0 AS base
1
+ FROM mcr.microsoft.com/dotnet/aspnet:8 .0 AS base
2
2
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
3
3
WORKDIR /app
4
4
EXPOSE 80
5
5
EXPOSE 443
6
6
7
- FROM mcr.microsoft.com/dotnet/sdk:7 .0 AS build
7
+ FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
8
8
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
9
9
WORKDIR /src
10
10
COPY ["Relay/Relay.csproj" , "Relay/" ]
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >net8.0</TargetFramework >
5
5
<DockerDefaultTargetOS >Linux</DockerDefaultTargetOS >
6
- <AssemblyVersion >0.0.18 </AssemblyVersion >
6
+ <AssemblyVersion >0.0.19 </AssemblyVersion >
7
7
<Nullable >enable</Nullable >
8
8
</PropertyGroup >
9
9
19
19
</PackageReference >
20
20
<PackageReference Include =" NBitcoin" Version =" 7.0.36" />
21
21
<PackageReference Include =" NBitcoin.Secp256k1" Version =" 3.1.4" />
22
- <PackageReference Include =" Npgsql" Version =" 8.0.2 " />
23
- <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 8.0.2 " />
22
+ <PackageReference Include =" Npgsql" Version =" 8.0.3 " />
23
+ <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 8.0.4 " />
24
24
</ItemGroup >
25
25
26
26
<ItemGroup >
You can’t perform that action at this time.
0 commit comments