Skip to content

Commit

Permalink
Fix warning about Dockerfile & manuall set hash for obscore package
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Oct 12, 2024
1 parent 0126065 commit 714c182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# - Runs a non-root user.
# - Sets up the entrypoint and port.

FROM python:3.12.2-slim-bookworm as base-image
FROM python:3.12.2-slim-bookworm AS base-image

# Update system packages
COPY scripts/install-base-packages.sh .
Expand Down
5 changes: 3 additions & 2 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,9 @@ lsst-daf-relation==27.2024.4100 \
--hash=sha256:b83e67cccd2f063ecbe6e59e7cb8bdebca2279f6b006b0684f0dd4709942e52b \
--hash=sha256:ca1aed908765d337bdecd3a6fd63d488546fce41b2607ac3eb7efba7624b8389
# via lsst-daf-butler
lsst-dax-obscore @ git+https://github.com/lsst-dm/dax_obscore@5919c78c29630b1c9ed7544a1e075d8cc7ebda22
# via -r requirements/main.in
lsst-dax-obscore @ git+https://github.com/lsst-dm/dax_obscore@5919c78c29630b1c9ed7544a1e075d8cc7ebda22#egg=lsst-dax-obscore \
--hash=sha256:3d37e74595782c49bbdc04ede9948c7e894438fa312da34324397234b532d35a
# Manual
lsst-felis==27.2024.4100 \
--hash=sha256:09fa50b45e9d3bf3f5cbb347338aa810c278b815dc8e601a5b3486348d62266d \
--hash=sha256:384127fa69bc15d3b37694b3b8261c210049f162e2d1e440b204614b046e7191
Expand Down

0 comments on commit 714c182

Please sign in to comment.