diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index 825b828..e7bda0c 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -1,7 +1,7 @@ ARG BUILD_ENV=prod # Base Stage for general settings that never change -FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:1e12c265e1e1b3714c5805ab0cab63380eb687b0a04f3b3ef3392494a6122614 AS aspnet +FROM mcr.microsoft.com/dotnet/aspnet:9.0@sha256:d02562e8e42f3ddfec764b05447dfe56eff84df95fbfd8b4f884054b21760df6 AS aspnet WORKDIR /app EXPOSE 8080