Skip to content

Commit

Permalink
Bump ubi9/python-312 from d124437 to 116fc19 (#67)
Browse files Browse the repository at this point in the history
Bumps ubi9/python-312 from `d124437` to `116fc19`.

---
updated-dependencies:
- dependency-name: ubi9/python-312
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent ea76485 commit 5293d8b
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 registry.access.redhat.com/ubi9/python-312@sha256:d1244378f7ab72506d8d91cadebbf94c893c2828300f9d44aee4678efec62db9 AS install
FROM registry.access.redhat.com/ubi9/python-312@sha256:116fc1952f0647e4f1f0d81b4f8dfcf4e8fcde735f095314a7532c7dc64bdf7f AS install

WORKDIR /code

Expand All @@ -8,7 +8,7 @@ COPY ./uv.lock ./
RUN pip install uv && \
uv sync --frozen --only-group main

FROM registry.access.redhat.com/ubi9/python-312@sha256:d1244378f7ab72506d8d91cadebbf94c893c2828300f9d44aee4678efec62db9
FROM registry.access.redhat.com/ubi9/python-312@sha256:116fc1952f0647e4f1f0d81b4f8dfcf4e8fcde735f095314a7532c7dc64bdf7f

COPY --from=install /code/.venv ./venv
COPY ./runner.py ./runner.py
Expand Down

0 comments on commit 5293d8b

Please sign in to comment.