Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ services:
context: dockerfiles
dockerfile: Dockerfile.browser
args:
STAC_BROWSER_REPO: https://github.com/pantierra/stac-browser.git
STAC_BROWSER_REF: 9c299f43c7d8506d5b655c0a1de3924ba38a1f63
STAC_BROWSER_REPO: https://github.com/radiantearth/stac-browser.git
STAC_BROWSER_REF: d3e189e5c99a0722c4ed98d15374d1cdc209abb7
environment:
SB_pathPrefix: "${EOAPI_BROWSER_PATH_PREFIX:-/browser}"
SB_catalogUrl: "${EOAPI_STAC_BROWSER_CATALOG_URL:-/stac}"
Expand Down
7 changes: 3 additions & 4 deletions dockerfiles/Dockerfile.browser
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Based on https://github.com/radiantearth/stac-browser/pull/930
# Commit lives on the PR author's fork until merged upstream.
ARG STAC_BROWSER_REPO=https://github.com/pantierra/stac-browser.git
ARG STAC_BROWSER_REF=9c299f43c7d8506d5b655c0a1de3924ba38a1f63
# Based on https://github.com/radiantearth/stac-browser/pull/930, merged upstream.
ARG STAC_BROWSER_REPO=https://github.com/radiantearth/stac-browser.git
ARG STAC_BROWSER_REF=d3e189e5c99a0722c4ed98d15374d1cdc209abb7

FROM node:lts-alpine AS build-step
ARG runtimeConfig=true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dev = [
"httpx>=0.28.1",
"pre-commit>=4.1.0",
"psycopg[pool]>=3.2.4",
"pypgstac==0.9.12",
"pypgstac==0.9.11",
"pytest>=8.3.4",
]
load = [
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.