diff --git a/Dockerfile b/Dockerfile index 20b6ec0..207c623 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:adc89f84d53514cdc17677f3334775879d80d08ac8997a4b3fba8d20a6d6de9d AS base +FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:c013be6e8c5219fa56002ad96aac9d99afcca23a185aadd0a30e9b4f3d6efd8c AS base USER $APP_UID WORKDIR /app EXPOSE 8080 EXPOSE 8081 -FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:7f8e8b1514a2eeccb025f1e9dd554e191b21afa7f43f8321b7bd2009cdd59a1d AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:4845ef954a33b55c1a1f5db1ac24ba6cedb1dafb7f0b6a64ebce2fabe611f0c0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["LookingGlass.csproj", "./"] diff --git a/LookingGlass.csproj b/LookingGlass.csproj index 2ceccd3..652e44a 100644 --- a/LookingGlass.csproj +++ b/LookingGlass.csproj @@ -14,8 +14,8 @@ - - + +