Skip to content

Commit 5293d8b

Browse files
Bump ubi9/python-312 from d124437 to 116fc19 (#67)
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>
1 parent ea76485 commit 5293d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-312@sha256:d1244378f7ab72506d8d91cadebbf94c893c2828300f9d44aee4678efec62db9 AS install
1+
FROM registry.access.redhat.com/ubi9/python-312@sha256:116fc1952f0647e4f1f0d81b4f8dfcf4e8fcde735f095314a7532c7dc64bdf7f AS install
22

33
WORKDIR /code
44

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

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

1313
COPY --from=install /code/.venv ./venv
1414
COPY ./runner.py ./runner.py

0 commit comments

Comments
 (0)