Skip to content
Open
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Pinned by digest, not :latest, so a rebuild is reproducible and a base change (which could shift
# GDAL/rasterio under loam) is a deliberate, reviewed bump — Dependabot's docker ecosystem proposes
# it. The base is cosign-signed; verify with: cosign verify quay.io/aarchsci/earth-observation@<digest>
FROM quay.io/aarchsci/earth-observation@sha256:379ba3405d84d7c63dc6ab3cd0b685fa87f9d1471dc25dbac21967ffab12af63
FROM quay.io/aarchsci/earth-observation@sha256:a765794ff4e0cb557e69dde2773e2aba809b6d0744113faa65b781c7fe653bf4

# The base's conda-forge env is at /opt/conda (CONDA_PREFIX) but only activated via micromamba's
# entrypoint, not PATH. The image runs as the non-root `mambauser` and /opt/conda isn't user-
Expand Down