Skip to content

Commit 3bf07dd

Browse files
Bump ubi9/ubi-minimal in the prod-dependencies group (#366)
Bumps the prod-dependencies group with 1 update: ubi9/ubi-minimal. Updates `ubi9/ubi-minimal` from `7c5495d` to `34880b6` --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: latest dependency-type: direct:production dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5707280 commit 3bf07dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN ./oct fetch --operator --container --helm && \
4747

4848
# Copy the oct folder to a new minimal flattened image to reduce size.
4949
# It should also hide the pull token.
50-
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c
50+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:34880b64c07f28f64d95737f82f891516de9a3b43583f39970f7bf8e4cfa48b7
5151
ENV OCT_FOLDER=/usr/oct
5252

5353
COPY --from=builder ${OCT_FOLDER} ${OCT_FOLDER}

0 commit comments

Comments
 (0)