Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 7e0d38e

Browse files
committed
fix(deps): update dotnet monorepo
1 parent 006cb68 commit 7e0d38e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ingress-nginx-validate-jwt/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BUILDPLATFORM=linux/amd64
22

3-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine@sha256:0062dac82deeedd731b8b709c4e7fc6ce1060d376b00edabcb937fa27c2add1e AS build
3+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine@sha256:07cb8622ca6c4d7600b42b2eccba968dff4b37d41b43a9bf4bd800aa02fab117 AS build
44
WORKDIR /src
55
COPY ingress-nginx-validate-jwt.csproj .
66
RUN dotnet restore "ingress-nginx-validate-jwt.csproj"
@@ -11,7 +11,7 @@ FROM build AS publish
1111
ARG VERSION=0.0.1
1212
RUN dotnet publish "ingress-nginx-validate-jwt.csproj" -c Release --use-current-runtime -o /app/publish /p:Version=${VERSION}
1313

14-
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-alpine@sha256:90659eefcb847ac52d993f70f65e48db955af435d555d22c5af2368fa94989cd AS base
14+
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-alpine@sha256:cd52298239f7553c2c18cd4ad5952bcfac7c49c3fa2da04ef5b2504dfd6bb1eb AS base
1515
WORKDIR /app
1616
EXPOSE 8080
1717
ENV ASPNETCORE_URLS=http://+:8080

0 commit comments

Comments
 (0)