Skip to content

Commit

Permalink
chore(deps): update quay.io/oauth2-proxy/oauth2-proxy docker tag to v…
Browse files Browse the repository at this point in the history
…7.6.0
  • Loading branch information
renovate[bot] committed Feb 13, 2024
1 parent 0d717e1 commit 727f999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/oauth2-proxy/index.ts
Expand Up @@ -16,8 +16,8 @@ interface ProxyParams {
config?: Partial<AppConfig>;
}

// renovate: datasource=docker depName=quay.io/oauth2-proxy/oauth2-proxy versioning=v7.2.1
const OAUTH2_PROXY_VERSION = "v7.2.1";
// renovate: datasource=docker depName=quay.io/oauth2-proxy/oauth2-proxy versioning=v7.6.0
const OAUTH2_PROXY_VERSION = "v7.6.0";

// load some YAML from user env
const loadEnvYaml = async (fileName: string) => {
Expand Down

0 comments on commit 727f999

Please sign in to comment.