Skip to content

Commit 9ba252d

Browse files
authored
Merge pull request #15 from konflux-ci/konflux/mintmaker/main/registry.access.redhat.com-ubi9-python-312
chore(deps): update registry.access.redhat.com/ubi9/python-312 docker digest to e80ff36
2 parents 52e2484 + 9a0e656 commit 9ba252d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

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:aa2a3c086013ce259af562ddc64c5aa55471c42a2a8a731f185767e86a94283b AS builder
1+
FROM registry.access.redhat.com/ubi9/python-312@sha256:e80ff3673c95b91f0dafdbe97afb261eab8244d7fd8b47e20ffcbcfee27fb168 AS builder
22

33
# Set the working directory in the container
44
WORKDIR /app
@@ -29,7 +29,7 @@ COPY src/mobster /app/src/mobster
2929
RUN poetry install
3030

3131
# Use Red Hat UBI 9 Python base image for the runtime
32-
FROM registry.access.redhat.com/ubi9/python-312@sha256:aa2a3c086013ce259af562ddc64c5aa55471c42a2a8a731f185767e86a94283b
32+
FROM registry.access.redhat.com/ubi9/python-312@sha256:e80ff3673c95b91f0dafdbe97afb261eab8244d7fd8b47e20ffcbcfee27fb168
3333

3434
LABEL name="mobster" \
3535
description="A tool for generating and managing Software Bill of Materials (SBOM)" \

0 commit comments

Comments
 (0)