From b0f245ec38943e8203086411909a28421b3ffb87 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Wed, 11 Sep 2019 16:28:48 +0200 Subject: [PATCH] Fix build. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cabf22bc9..0626441cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN dotnet publish src/Squidex/Squidex.csproj --output /out/alpine --configurati # # Stage 2, Build runtime # -FROM microsoft/dotnet:2.2-runtime-deps-alpine +FROM mcr.microsoft.com/dotnet/core/runtime-deps:2.2-alpine3.8 # Default AspNetCore directory WORKDIR /app