Browse Source

Merge branch 'master' of github.com:Squidex/squidex

pull/687/head
Sebastian 5 years ago
parent
commit
1c6fe606a3
  1. 2
      Dockerfile

2
Dockerfile

@ -1,7 +1,7 @@
# #
# Stage 1, Build Backend # Stage 1, Build Backend
# #
FROM mcr.microsoft.com/dotnet/sdk:5.0.102-ca-patch-buster-slim as backend FROM mcr.microsoft.com/dotnet/sdk:5.0 as backend
ARG SQUIDEX__VERSION=4.0.0 ARG SQUIDEX__VERSION=4.0.0

Loading…
Cancel
Save