diff --git a/Dockerfile.stacapi b/Dockerfile.stacapi index 51c0f8e7..09dd2ba6 100644 --- a/Dockerfile.stacapi +++ b/Dockerfile.stacapi @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/azurelinux/base/python:3.12 RUN \ tdnf update -y && \ - tdnf ca-certificates curl -y + tdnf install ca-certificates curl -y ENV PATH=$PATH:/install/bin diff --git a/Dockerfile.stacbrowser b/Dockerfile.stacbrowser index 614b604c..4a783604 100644 --- a/Dockerfile.stacbrowser +++ b/Dockerfile.stacbrowser @@ -8,7 +8,7 @@ RUN mkdir -p /opt/src WORKDIR /opt/src RUN git clone https://github.com/radiantearth/stac-browser WORKDIR /opt/src/stac-browser -RUN git checkout v3.0.0-beta.1 +RUN git checkout v3.3.5 RUN npm install RUN npm install http-server -g RUN npm run build -- --catalogUrl="http://localhost:8513/"