From 220da9bf1520f236bac78a2e9de92ac5b59d5654 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 20:17:39 +0000 Subject: [PATCH] Bump dotnet/core/sdk from 3.1.100-alpine to 3.1.202-alpine Bumps dotnet/core/sdk from 3.1.100-alpine to 3.1.202-alpine. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59d8845..68a5b65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/core/sdk:3.1.100-alpine +FROM mcr.microsoft.com/dotnet/core/sdk:3.1.202-alpine LABEL maintainer="346.design"