Skip to content

Commit

Permalink
build(Dockerfile): bump python latest tag digest (#134)
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 Sep 1, 2023
1 parent f0745b6 commit 2c02c80
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 @@ -23,7 +23,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:a5ed07b6e5f66b0b929485606f82396407882c029121ec7cac75dcc6c9046d9e
FROM cgr.dev/chainguard/python:latest@sha256:2065a6e52402ba9616ad51d9fbc0c6587d51c253abc5065b13d87558b7974af4
WORKDIR /home/nonroot
COPY . .
COPY --from=venv /home/nonroot/.venv .venv
Expand Down

0 comments on commit 2c02c80

Please sign in to comment.