Skip to content

Commit aeda529

Browse files
Update mcr.microsoft.com/dotnet/sdk:9.0-alpine Docker digest to e0f7abf
1 parent d0e3786 commit aeda529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN yarn build
88

99
#Building the Authentication BFF Backend
1010

11-
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine@sha256:512f8347b0d2f9848f099a8c31be07286955ceea337cadb1114057ed0b15862f AS generate-authentication-backend
11+
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine@sha256:e0f7abfb9c18aa419198b2c4e05dc2f7fd864a6098f09bddb1ceb2b0bce67685 AS generate-authentication-backend
1212

1313
COPY bff/src .
1414
RUN dotnet publish Altinn.Authentication.UI/Altinn.Authentication.UI/Altinn.Authentication.UI.csproj -c Release -r linux-x64 -o /app_output --no-self-contained

0 commit comments

Comments
 (0)