From 6ddf7d9af7f4b5426b378cb1931969e041a13c0d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 20:20:36 +0000 Subject: [PATCH] Bump dotnet/core/sdk from 3.1.100-alpine to 3.1.200-alpine Bumps dotnet/core/sdk from 3.1.100-alpine to 3.1.200-alpine. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59d8845..8c228db 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.200-alpine LABEL maintainer="346.design"