This commit is contained in:
nicolas.dorier
2018-02-10 22:10:36 +09:00
parent 465fbdd47f
commit 59be813fe9
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ services:
- postgres
nbxplorer:
image: nicolasdorier/nbxplorer:1.0.1.10
image: nicolasdorier/nbxplorer:1.0.1.11
ports:
- "32838:32838"
expose:

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.0.1.20</Version>
<Version>1.0.1.21</Version>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Build\dockerfiles\**" />