We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e69d6 commit d18f680Copy full SHA for d18f680
1 file changed
test/Altinn.App.Analyzers.Tests/testapp/Dockerfile
@@ -8,7 +8,7 @@ COPY /App .
8
9
RUN dotnet publish App.csproj --configuration Release --output /app_output
10
11
-FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:503fd45ad9765c13bdc09bd715cf78b2c0a9bea397fde120a4c5ec496dc6b1db AS final
+FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:be25345551555a8d61b91b603e8ee08a5a7d23779ca8c1e84028fdb551b950ad AS final
12
EXPOSE 5005
13
WORKDIR /App
14
COPY --from=build /app_output .
0 commit comments