Skip to content

Commit

Permalink
build(Dockerfile): bump python latest tag digest (#231)
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 Aug 3, 2024
1 parent e1f97b9 commit 2fc1c37
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:9c774781fbaf008bbf43eeae6fd3aef61aed210b11033415a0fd635d4c684633
FROM cgr.dev/chainguard/python:latest@sha256:5b0aef78beea1a889c0f656b46009ffc63214f06014ec51df7a219d78cd961dc
WORKDIR /home/nonroot
COPY . .
COPY --from=venv /home/nonroot/.venv .venv
Expand Down

0 comments on commit 2fc1c37

Please sign in to comment.