Skip to content

Commit

Permalink
Made uid of user git equal 1000 (#1116)
Browse files Browse the repository at this point in the history
* Made uid of user git equal 1000

* Updated packages for publishing and api

* Updated some dependencies

* Updated yarn.lock

* Updated sdk version in dockerfiles
  • Loading branch information
michaelkruglos committed Feb 27, 2019
1 parent 2700f97 commit c707fdf
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 398 deletions.
2 changes: 1 addition & 1 deletion TweekApi.Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN dotnet build Tweek.sln -c $target && \
dotnet publish ./services/api/Tweek.ApiService/Tweek.ApiService.csproj -c $target -o ./obj/Docker/publish

# ---- RELEASE ----
FROM microsoft/dotnet:2.1.5-aspnetcore-runtime as release
FROM microsoft/dotnet:2.1.8-aspnetcore-runtime as release
ARG target="Release"
WORKDIR /app
EXPOSE 80
Expand Down
4 changes: 2 additions & 2 deletions services/api/Tweek.ApiService/Tweek.ApiService.csproj
Expand Up @@ -18,15 +18,15 @@
<PackageReference Include="App.Metrics.Health.Checks.Http" Version="2.0.0" />
<PackageReference Include="FSharpUtils.Newtonsoft.JsonValue" Version="0.2.6" />
<PackageReference Include="LanguageExt.Core" Version="3.0.17" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.5" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.8" />
<PackageReference Include="Scrutor" Version="2.2.2" />
<PackageReference Include="Serilog.AspNetCore" Version="2.1.0" />
<PackageReference Include="Serilog.Formatting.Compact" Version="1.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="2.6.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="2.5.0" />
<PackageReference Include="Tweek.JPad" Version="0.6.43" />
<PackageReference Include="System.Net.Http" Version="4.3.3" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\addons\ApplicationInsights\Tweek.Addons.ApplicationInsights\Tweek.Addons.ApplicationInsights.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions services/authoring/package.json
Expand Up @@ -43,9 +43,9 @@
"ramda": "^0.25.0",
"rxjs": "^5.5.3",
"simple-git": "^1.84.0",
"sshpk": "^1.13.1",
"sshpk": "^1.14.1",
"typescript-ioc": "^1.0.2",
"typescript-rest": "^1.2.0",
"typescript-rest": "^1.8.1",
"typescript-rest-swagger": "^0.0.13",
"uuid": "^3.1.0"
},
Expand Down

0 comments on commit c707fdf

Please sign in to comment.