Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/python3-debian12:nonroot docker…
Browse files Browse the repository at this point in the history
… digest to e575731 (#85)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent a609c55 commit 26fdadd
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 @@ -5,6 +5,6 @@ COPY src/hello_world.py .
FROM base AS test
RUN echo "Hello test"

FROM gcr.io/distroless/python3-debian12:nonroot@sha256:60a4160404e92c4e5639166c303cca6f5081e1110a09261aeaec38d36f539c6d
FROM gcr.io/distroless/python3-debian12:nonroot@sha256:e575731d90afa06f113d94beedb526f56c9a7cb38612c608ff211bb8efc09572
USER 65532:65532
CMD [ "python", "/app/hello_world.py" ]

0 comments on commit 26fdadd

Please sign in to comment.