File tree 1 file changed +2
-2
lines changed
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:a12a2ef4e1ecd34c0d149397ee281b703c0b58d345279c8a8015d46680207399 AS builder
1
+ FROM registry.access.redhat.com/ubi9/python-312@sha256:6779499e4e43ac7a24c3e7ec5e312dc1b36879209244ed387640046ec9df7712 AS builder
2
2
3
3
# Set the working directory in the container
4
4
WORKDIR /app
@@ -29,7 +29,7 @@ COPY src/mobster /app/src/mobster
29
29
RUN poetry install
30
30
31
31
# Use Red Hat UBI 9 Python base image for the runtime
32
- FROM registry.access.redhat.com/ubi9/python-312@sha256:a12a2ef4e1ecd34c0d149397ee281b703c0b58d345279c8a8015d46680207399
32
+ FROM registry.access.redhat.com/ubi9/python-312@sha256:6779499e4e43ac7a24c3e7ec5e312dc1b36879209244ed387640046ec9df7712
33
33
34
34
LABEL name="mobster" \
35
35
description="A tool for generating and managing Software Bill of Materials (SBOM)" \
You can’t perform that action at this time.
0 commit comments