Skip to content

Commit

Permalink
不再使用alpine版容器
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjusss committed Jun 25, 2020
1 parent 666f347 commit 2ffcb97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM mcr.microsoft.com/dotnet/core/runtime:3.1-alpine AS final

FROM mcr.microsoft.com/dotnet/core/runtime:3.1 AS final
MAINTAINER sanjusss <[email protected]>
WORKDIR /app
COPY ./out .
Expand Down
8 changes: 4 additions & 4 deletions aliyun-ddns/aliyun-ddns.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@





Expand Down Expand Up @@ -83,16 +83,16 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>aliyun_ddns</RootNamespace>
<Version>0.2.4</Version>
<Version>0.2.5</Version>
<Authors>sanjusss</Authors>
<PackageProjectUrl>https://github.com/sanjusss/aliyun-ddns</PackageProjectUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<RepositoryUrl>https://github.com/sanjusss/aliyun-ddns</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>BSD</PackageLicenseExpression>
<AssemblyVersion>0.2.4.0</AssemblyVersion>
<FileVersion>0.2.4.0</FileVersion>
<AssemblyVersion>0.2.5.0</AssemblyVersion>
<FileVersion>0.2.5.0</FileVersion>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

Expand Down

0 comments on commit 2ffcb97

Please sign in to comment.