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 `6bab0b6` to `740d94a`

---
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 Aug 11, 2024
1 parent 981b528 commit f6222d6
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:6bab0b6977b98f24a1c65855a1592152f3c4268afd19adc4da3fde9e7ffb238d as builder
FROM python:3.12-slim@sha256:740d94a19218c8dd584b92f804b1158f85b0d241e5215ea26ed2dcade2b9d138 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:6bab0b6977b98f24a1c65855a1592152f3c4268afd19adc4da3fde9e7ffb238d as prod
FROM python:3.12-slim@sha256:740d94a19218c8dd584b92f804b1158f85b0d241e5215ea26ed2dcade2b9d138 as prod

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

0 comments on commit f6222d6

Please sign in to comment.