Skip to content

Commit

Permalink
build(Dockerfile): bump python latest tag digest (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: andros21 <andros21@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and andros21 authored Apr 1, 2024
1 parent 7e75d65 commit 4f1d0aa
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:c7c2a5c9dda407966db7b767aca6f06413941176428eb162b5a9499940407786
FROM cgr.dev/chainguard/python:latest@sha256:c8c58449cd64727cfca03206b798ee9f3d64f8930273855db573538e023150a0
WORKDIR /home/nonroot
COPY . .
COPY --from=venv /home/nonroot/.venv .venv
Expand Down

0 comments on commit 4f1d0aa

Please sign in to comment.