Skip to content

Commit ef9a21b

Browse files
authored
Update weekly version.
1 parent ae7c7f5 commit ef9a21b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.ingest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121

2222
# Dockerfile for ingest service.
2323

24-
ARG RUBINENV_VERSION=9.0.0
24+
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_2024_40}
27+
ENV OBS_LSST_VERSION=${OBS_LSST_VERSION:-w_2025_15}
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)