Skip to content

Commit

Permalink
Merge pull request #92 from vipyrsec/dependabot/docker/python-364ee1a
Browse files Browse the repository at this point in the history
Bump python from `53a67c0` to `364ee1a`
  • Loading branch information
shenanigansd committed Jul 7, 2023
2 parents dbc5b8b + 8ea854b commit e7b789d
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.11-slim@sha256:53a67c012da3b807905559fa59fac48a3a68600d73c5da10c2f0d8adc96dbd01 as builder
FROM python:3.11-slim@sha256:364ee1a9e029fb7b60102ae56ff52153ccc929ceab9aa387402fe738432d24cc as builder

RUN pip install -U pip setuptools wheel
RUN pip install pdm
Expand All @@ -18,7 +18,7 @@ ENV env=test

CMD ["pdm", "run", "pytest", "tests", "-vv"]

FROM python:3.11-slim@sha256:53a67c012da3b807905559fa59fac48a3a68600d73c5da10c2f0d8adc96dbd01 as prod
FROM python:3.11-slim@sha256:364ee1a9e029fb7b60102ae56ff52153ccc929ceab9aa387402fe738432d24cc as prod

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

0 comments on commit e7b789d

Please sign in to comment.