Skip to content

Commit

Permalink
fix(deps): update mcr.microsoft.com/dotnet/runtime-deps docker tag to…
Browse files Browse the repository at this point in the history
… v6.0.15 (#67)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 14, 2023
1 parent 7f9e94f commit 4698521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ingress-nginx-validate-jwt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM build AS publish
ARG VERSION=0.0.1
RUN dotnet publish "ingress-nginx-validate-jwt.csproj" -c Release --use-current-runtime --self-contained true -o /app/publish /p:Version=${VERSION} /p:PublishTrimmed=false

FROM mcr.microsoft.com/dotnet/runtime-deps:6.0.14-alpine3.17@sha256:1decb1624722152661c8832f59baf035cfd18f3f1a511e9b7ce61f26a9384ad7 AS base
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0.15-alpine3.17@sha256:390e72a104a47e9137c6c5867dbe849ff9164bc49e3cb56c1bbb55aeca5d6a97 AS base
WORKDIR /app
EXPOSE 8080
EXPOSE 8443
Expand Down

0 comments on commit 4698521

Please sign in to comment.