Skip to content

Commit

Permalink
build(Dockerfile): bump python latest tag digest (#258)
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 Dec 1, 2024
1 parent 0a97177 commit d2db34b
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:52820d1718fe1263cb8459cf7db1b136bcdf4758ac7f6dff7599d309ebd3eaf8
FROM cgr.dev/chainguard/python:latest@sha256:9f93210d15a82eed4a4167817871ee7f1adf901256aba4bfdebc51bda96e0668
WORKDIR /home/nonroot
COPY . .
COPY --from=venv /home/nonroot/.venv .venv
Expand Down

0 comments on commit d2db34b

Please sign in to comment.