Skip to content

Commit 2c20753

Browse files
Bump ubi9/python-312 from 1d8846b to 7eff019 (#83)
Bumps ubi9/python-312 from `1d8846b` to `7eff019`. --- updated-dependencies: - dependency-name: ubi9/python-312 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e1fca6 commit 2c20753

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:1d8846b7c6558a50b434f1ea76131f200dcdd92cfaf16b81996003b14657b491 AS install
1+
FROM registry.access.redhat.com/ubi9/python-312@sha256:7eff0198911e53c3c67634e82e6c156e3bd491149721e998280f104b7a185772 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:1d8846b7c6558a50b434f1ea76131f200dcdd92cfaf16b81996003b14657b491
11+
FROM registry.access.redhat.com/ubi9/python-312@sha256:7eff0198911e53c3c67634e82e6c156e3bd491149721e998280f104b7a185772
1212

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

0 commit comments

Comments
 (0)