You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/oidc-guard/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
ARG BUILDPLATFORM=linux/amd64
2
2
3
-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/aspnet:10.0-alpine3.22@sha256:1c72a277a600751bfd9ad69f33ba41f574ef8237d6a03745a12266179956df0e AS base
3
+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/aspnet:10.0-alpine3.22@sha256:bbec28d980bc555bf823296a63f161ea6c6aeba9acbc452eb03e6e7a57ca5f0c AS base
4
4
WORKDIR /app
5
5
EXPOSE 8080
6
6
EXPOSE 8443
@@ -49,7 +49,7 @@ RUN apk add --upgrade --no-cache \
49
49
USER $APP_UID
50
50
51
51
# This stage is used to build the service project
52
-
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine3.22@sha256:4a92172eb3c3fb8ecc0a234603b87a4380e28f9483176e7c6d0736614de36fa8 AS build
52
+
FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine3.22@sha256:bc43a6c308396eb1364b293da5315a55f5f8921ffd08ed61b227e5b35e88e237 AS build
0 commit comments