From f15203a97b5c5569ebe49e9c97eacdcc64e16beb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:09:42 +0200 Subject: [PATCH] chore(deps): bump oauth2-proxy/oauth2-proxy from v7.6.0 to v7.7.1 (#463) Bumps oauth2-proxy/oauth2-proxy from v7.6.0 to v7.7.1. --- updated-dependencies: - dependency-name: oauth2-proxy/oauth2-proxy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df9e8c3a..04aa2163 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/oauth2-proxy/oauth2-proxy:v7.6.0 +FROM quay.io/oauth2-proxy/oauth2-proxy:v7.7.1 ENV OAUTH2_PROXY_PROXY_WEBSOCKETS=true \ OAUTH2_PROXY_PASS_AUTHORIZATION_HEADER=true \ OAUTH2_PROXY_SKIP_AUTH_ROUTES='^\/(manifest\.json|favicon\.ico|asset-manifest\.json|service-worker\.js\.map|service-worker\.js|robots\.txt|logo\d+\.png)' \