Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/dotnet/sdk:8.0-alpine docker di…
Browse files Browse the repository at this point in the history
…gest to f2a31f8 (#70)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 06932a9 commit a5a5d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oidc-guard/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILDPLATFORM=linux/amd64

FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine@sha256:c1f3e3f9a93d0727edf83f13d32f6130c430803aa34acc037a2d65adf58c07c6 AS build
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine@sha256:f2a31f8b5d9744df36b7aeb89bf22231a8032c150345297d3ab52fc1988aa754 AS build
WORKDIR /src
COPY oidc-guard.csproj .
RUN dotnet restore "oidc-guard.csproj"
Expand Down

0 comments on commit a5a5d31

Please sign in to comment.