From 7e3ddc0ae3759f55fb5724f065b7dabf57b2a31c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:34:04 +0000 Subject: [PATCH] chore(deps): bump developmentseed/stac-auth-proxy from v1.1.1 to v1.2.0 Bumps [developmentseed/stac-auth-proxy](https://github.com/developmentseed/stac-auth-proxy) from v1.1.1 to v1.2.0. - [Release notes](https://github.com/developmentseed/stac-auth-proxy/releases) - [Changelog](https://github.com/developmentseed/stac-auth-proxy/blob/main/CHANGELOG.md) - [Commits](https://github.com/developmentseed/stac-auth-proxy/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: developmentseed/stac-auth-proxy dependency-version: v1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 961d6f9..c84a5d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -95,7 +95,7 @@ services: - ./dockerfiles/scripts:/tmp/scripts stac-auth-proxy: - image: ghcr.io/developmentseed/stac-auth-proxy:v1.1.1@sha256:c827a67bfd8e2eee6ed5be46d1a99d3aca307e18f154316e719d2332d15ea4ef + image: ghcr.io/developmentseed/stac-auth-proxy:v1.2.0@sha256:3f0969d16badabd0212c0e7c462209490841ad4a342b9da1c2953ae56da21c11 environment: UPSTREAM_URL: http://stac:8081 OIDC_DISCOVERY_URL: ${EOAPI_AUTH_OIDC_DISCOVERY_URL:-}