From 483a5cef040cc06561f3ad89204644ac28f7f433 Mon Sep 17 00:00:00 2001 From: capdiem Date: Tue, 7 May 2024 15:32:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20chore:=20Update=20dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Masa.Blazor.Pro/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Masa.Blazor.Pro/Dockerfile b/Masa.Blazor.Pro/Dockerfile index 2842b7f..9769e9f 100644 --- a/Masa.Blazor.Pro/Dockerfile +++ b/Masa.Blazor.Pro/Dockerfile @@ -1,12 +1,12 @@ #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM registry.cn-hangzhou.aliyuncs.com/masa/dotnet_aspnet:8.0-1 AS base +FROM registry.cn-hangzhou.aliyuncs.com/masa/dotnet_aspnet:8.0.3 AS base WORKDIR /app ENV ASPNETCORE_URLS=http://0.0.0.0:80 EXPOSE 80 EXPOSE 443 -FROM registry.cn-hangzhou.aliyuncs.com/masa/dotnet_sdk:8.0.100-1 AS build +FROM registry.cn-hangzhou.aliyuncs.com/masa/sdk:8.0.203 AS build WORKDIR /src COPY ["Masa.Blazor.Pro/Masa.Blazor.Pro.csproj", "Masa.Blazor.Pro/"] RUN dotnet restore "Masa.Blazor.Pro/Masa.Blazor.Pro.csproj"