From 4e89cb5340ad7118a530e5918994c1d2bfcc0ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Andr=C3=A9?= Date: Tue, 20 Apr 2021 10:39:25 +0200 Subject: [PATCH] Upgrade de l'image .Net de base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 681441c..6a5a7ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/aspnet:5.0.3-buster-slim-amd64 AS base +FROM mcr.microsoft.com/dotnet/aspnet:5.0.5-buster-slim-amd64 AS base #FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim AS base WORKDIR /app EXPOSE 80