From ad3d2af1f49d88f21f2294fd21acbddaafda99b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 20:17:23 +0000 Subject: [PATCH] Bump dotnet/core/sdk from 3.1.100-alpine to 3.1.102-alpine Bumps dotnet/core/sdk from 3.1.100-alpine to 3.1.102-alpine. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59d8845..986713d 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.102-alpine LABEL maintainer="346.design"