From 42e55bc0388de20743750f768392d00284312485 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 15 Apr 2020 22:17:25 +0200 Subject: [PATCH] 2.X dockerfile test. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e57b35d67..ce8e62425 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,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