Skip to content

Commit

Permalink
build(deps): Bump python in the container-dependencies group
Browse files Browse the repository at this point in the history
Bumps the container-dependencies group with 1 update: python.


Updates `python` from `740d94a` to `59c7332`

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  dependency-group: container-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sid-maddy committed Sep 15, 2024
1 parent 1472707 commit db4c097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim@sha256:740d94a19218c8dd584b92f804b1158f85b0d241e5215ea26ed2dcade2b9d138 as builder
FROM python:3.12-slim@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c as builder

RUN pip install -U pip setuptools wheel
RUN pip install pdm
Expand All @@ -22,7 +22,7 @@ ENV GIT_SHA="testing"

CMD ["pdm", "run", "coverage"]

FROM python:3.12-slim@sha256:740d94a19218c8dd584b92f804b1158f85b0d241e5215ea26ed2dcade2b9d138 as prod
FROM python:3.12-slim@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c as prod

# Define Git SHA build argument for sentry
ARG git_sha="development"
Expand Down

0 comments on commit db4c097

Please sign in to comment.