This commit is contained in:
nicolas.dorier
2018-01-12 21:55:13 +09:00
parent 88779e7129
commit 2b7c70622f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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