Skip to content

Commit b7b54b8

Browse files
authored
Merge pull request #65 from lsst-dm/tickets/DM-50101
DM-50101: Update ingest to d_2025_04_12.
2 parents 23d3dc1 + 64c63e9 commit b7b54b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ingest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
ARG RUBINENV_VERSION=10.0.0
2525
FROM ghcr.io/lsst-dm/docker-newinstall:9-latest-${RUBINENV_VERSION}
2626
ARG OBS_LSST_VERSION
27-
ENV OBS_LSST_VERSION=${OBS_LSST_VERSION:-w_2025_15}
27+
ENV OBS_LSST_VERSION=${OBS_LSST_VERSION:-d_2025_04_12}
2828
USER lsst
2929
RUN source loadLSST.bash && mamba install redis-py
3030
RUN source loadLSST.bash && eups distrib install -t "${OBS_LSST_VERSION}" lsst_obs

0 commit comments

Comments
 (0)