From 87939a4a5eaa68b991ed1dd298d798f41d00f5eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:06:26 +0000 Subject: [PATCH] build(deps): bump oauth2-proxy/oauth2-proxy in /oauth2-proxy Bumps [oauth2-proxy/oauth2-proxy](https://github.com/oauth2-proxy/oauth2-proxy) from v7.15.0-alpine to v7.15.1-alpine. - [Release notes](https://github.com/oauth2-proxy/oauth2-proxy/releases) - [Changelog](https://github.com/oauth2-proxy/oauth2-proxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/oauth2-proxy/oauth2-proxy/compare/v7.15.0...v7.15.1) --- updated-dependencies: - dependency-name: oauth2-proxy/oauth2-proxy dependency-version: v7.15.1-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- oauth2-proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2-proxy/Dockerfile b/oauth2-proxy/Dockerfile index b95e424..a4162c5 100644 --- a/oauth2-proxy/Dockerfile +++ b/oauth2-proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/oauth2-proxy/oauth2-proxy:v7.15.0-alpine AS oauth2-proxy +FROM quay.io/oauth2-proxy/oauth2-proxy:v7.15.1-alpine AS oauth2-proxy ENV TZ=Europe/Berlin