Skip to content

Commit

Permalink
build(Dockerfile): bump python latest tag digest (#245)
Browse files Browse the repository at this point in the history
Co-authored-by: andros21 <[email protected]>
  • Loading branch information
github-actions[bot] and andros21 authored Oct 6, 2024
1 parent 48be380 commit dbba018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN [".venv/bin/python3", "rwalker.py"]
# * Copy venv from st stage
# * Copy simulation data results from nd stage
#
FROM cgr.dev/chainguard/python:latest@sha256:c949df891e5463d357b4d8779aa5bf052e8f53cfe7479c95b2ca4ea3b6156634
FROM cgr.dev/chainguard/python:latest@sha256:d36f443087be26e55b2bf18ab624dd17c8968a637c6bde750f80dc0c4ce81860
WORKDIR /home/nonroot
COPY . .
COPY --from=venv /home/nonroot/.venv .venv
Expand Down

0 comments on commit dbba018

Please sign in to comment.