Skip to content

Commit

Permalink
Runtime version fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 11, 2019
1 parent 0e86af1 commit 8a04a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN dotnet test tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.
&& dotnet test tests/Squidex.Web.Tests/Squidex.Web.Tests.csproj

# Publish
RUN dotnet publish src/Squidex/Squidex.csproj --output /out/alpine --configuration Release -r alpine.3.8-x64 -p:version=$SQUIDEX__VERSION
RUN dotnet publish src/Squidex/Squidex.csproj --output /out/alpine --configuration Release -r alpine.3.7-x64 -p:version=$SQUIDEX__VERSION

#
# Stage 2, Build runtime
Expand Down

0 comments on commit 8a04a21

Please sign in to comment.