From a6a9c11b9ac9c31de9c3f2a9e8be16b7e3d8f025 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Mon, 12 Apr 2021 22:02:55 -0700 Subject: [PATCH] Revert back to agnostic tag (#683) - `.102-ca-patch-buster-slim` is no longer serviced - The latest `5.0` patch has related fixes. Context: https://github.com/dotnet/announcements/issues/180 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9482ad1c6..07279e573 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # # 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