Skip to content

Commit 0c90fb3

Browse files
authored
Merge pull request #10 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 aa2a3c0
2 parents fea3229 + e17ad8f commit 0c90fb3

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

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

0 commit comments

Comments
 (0)