Skip to content

Commit

Permalink
Merge pull request #292 from vipyrsec/bump-python-version
Browse files Browse the repository at this point in the history
build(deps): Bump python version to `sha256:6bab0b`
  • Loading branch information
jonathan-d-zhang authored Jul 20, 2024
2 parents ec9fce9 + e8f3072 commit ad896db
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:f11725aba18c19664a408902103365eaf8013823ffc56270f921d1dc78a198cb as builder
FROM python:3.12-slim@sha256:6bab0b6977b98f24a1c65855a1592152f3c4268afd19adc4da3fde9e7ffb238d 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:f11725aba18c19664a408902103365eaf8013823ffc56270f921d1dc78a198cb as prod
FROM python:3.12-slim@sha256:6bab0b6977b98f24a1c65855a1592152f3c4268afd19adc4da3fde9e7ffb238d as prod

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

0 comments on commit ad896db

Please sign in to comment.