File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
44WORKDIR /app
@@ -29,7 +29,7 @@ COPY src/mobster /app/src/mobster
2929RUN 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
3434LABEL name="mobster" \
3535 description="A tool for generating and managing Software Bill of Materials (SBOM)" \
You can’t perform that action at this time.
0 commit comments