Skip to content

Commit

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


Updates `python` from `afc139a` to `da2d7af`

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 14, 2024
1 parent 3dabfe3 commit bf7ecd2
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:5dc6f84b5e97bfb0c90abfb7c55f3cacc2cb6687c8f920b64a833a2219875997 as builder
FROM python:3.12-slim@sha256:f11725aba18c19664a408902103365eaf8013823ffc56270f921d1dc78a198cb as builder

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

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

FROM python:3.12-slim@sha256:5dc6f84b5e97bfb0c90abfb7c55f3cacc2cb6687c8f920b64a833a2219875997 as prod
FROM python:3.12-slim@sha256:f11725aba18c19664a408902103365eaf8013823ffc56270f921d1dc78a198cb as prod

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

0 comments on commit bf7ecd2

Please sign in to comment.