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.5.1
  • Loading branch information
renovate[bot] committed Oct 23, 2023
1 parent 0d717e1 commit 5372656
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.5.1
const OAUTH2_PROXY_VERSION = "v7.5.1";

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

0 comments on commit 5372656

Please sign in to comment.