Skip to content

Commit 70251f2

Browse files
Bump the prod-dependencies group with 2 updates (#350)
Bumps the prod-dependencies group with 2 updates: ubi9/ubi and ubi9/ubi-minimal. Updates `ubi9/ubi` from `8851294` to `b68c21b` Updates `ubi9/ubi-minimal` from `8d905a9` to `2f06ae0` --- updated-dependencies: - dependency-name: ubi9/ubi dependency-version: '9.6' dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-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 85fa71c commit 70251f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi:9.6@sha256:8851294389a8641bd6efcd60f615c69e54fb0e2216ec8259448b35e3d9a11b06 AS builder
1+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi:9.6@sha256:b68c21b2dd3e72abcf2f8dcfc77580e4030564d1243bfcb7cd64ccc5aa3e0a25 AS builder
22
ARG OCT_REPO=github.com/test-network-function/oct.git
33
ARG TOKEN
44
ENV OCT_FOLDER=/usr/oct
@@ -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:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7
50+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8
5151
ENV OCT_FOLDER=/usr/oct
5252

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

0 commit comments

Comments
 (0)