Skip to content

Commit

Permalink
Merge pull request #278 from vipyrsec/revert-248-dependabot/docker/co…
Browse files Browse the repository at this point in the history
…ntainer-dependencies-8cd5d36dd9

Revert "build(deps): Bump python from `5dc6f84` to `2be8dad` in the container-dependencies group"
  • Loading branch information
jonathan-d-zhang authored Jul 8, 2024
2 parents b3a36d1 + f02d80c commit 6b79a57
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:2be8daddbb82756f7d1f2c7ece706aadcb284bf6ab6d769ea695cc3ed6016743 as builder
FROM python:3.12-slim@sha256:5dc6f84b5e97bfb0c90abfb7c55f3cacc2cb6687c8f920b64a833a2219875997 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:2be8daddbb82756f7d1f2c7ece706aadcb284bf6ab6d769ea695cc3ed6016743 as prod
FROM python:3.12-slim@sha256:5dc6f84b5e97bfb0c90abfb7c55f3cacc2cb6687c8f920b64a833a2219875997 as prod

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

0 comments on commit 6b79a57

Please sign in to comment.