From 4698521061b2bec9e86453725da1331e90eb4ff0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 10:28:04 -0700 Subject: [PATCH] fix(deps): update mcr.microsoft.com/dotnet/runtime-deps docker tag to v6.0.15 (#67) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/ingress-nginx-validate-jwt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ingress-nginx-validate-jwt/Dockerfile b/src/ingress-nginx-validate-jwt/Dockerfile index c428bad..3008165 100644 --- a/src/ingress-nginx-validate-jwt/Dockerfile +++ b/src/ingress-nginx-validate-jwt/Dockerfile @@ -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