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
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 385b189 commit 0907767
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 @@ -16,7 +16,7 @@ COPY . .
RUN PYTHONPATH=${PWD}/ahd2fhir pytest -vv --cov=ahd2fhir && \
coverage report --fail-under=80

FROM gcr.io/distroless/python3-debian12:nonroot@sha256:c4606a57a920e8738d088aca6d486675aa0ee5ae01afd8c7df9fe52c21c95032
FROM gcr.io/distroless/python3-debian12:nonroot@sha256:e575731d90afa06f113d94beedb526f56c9a7cb38612c608ff211bb8efc09572
WORKDIR /opt/ahd2fhir
EXPOSE 8080/tcp
ENV PYTHONPATH=/usr/local/lib/python3.11/site-packages
Expand Down

0 comments on commit 0907767

Please sign in to comment.