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 `59c7332` to `ad48727`

---
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 Oct 6, 2024
1 parent ace0fdc commit 19cf51b
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:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c as builder
FROM python:3.12-slim@sha256:af4e85f1cac90dd3771e47292ea7c8a9830abfabbe4faa5c53f158854c2e819d 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:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c as prod
FROM python:3.12-slim@sha256:af4e85f1cac90dd3771e47292ea7c8a9830abfabbe4faa5c53f158854c2e819d as prod

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

0 comments on commit 19cf51b

Please sign in to comment.