Browse Source

Update dockerfile.

pull/631/head
Sebastian 5 years ago
parent
commit
793adbabb3
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save