Update Angular

This commit is contained in:
Sébastien ANDRE
2023-12-13 09:55:41 +01:00
parent a69698201f
commit ea7afe7402
5 changed files with 3871 additions and 2685 deletions

View File

@@ -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:7.0.10-bookworm-slim-amd64 AS base
FROM mcr.microsoft.com/dotnet/aspnet:7.0.14-bookworm-slim-amd64 AS base
EXPOSE 80
RUN apt-get -y update