Skip to content

Commit 479646b

Browse files
Bump the prod-dependencies group with 2 updates (#303)
Bumps the prod-dependencies group with 2 updates: ubi9/ubi and ubi9/ubi-minimal. Updates `ubi9/ubi` from `b882274` to `8d53b60` Updates `ubi9/ubi-minimal` from `30bbd44` to `bafd574` --- updated-dependencies: - dependency-name: ubi9/ubi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: ubi9/ubi-minimal 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 7d7827d commit 479646b

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.5@sha256:b88227436597e960f70db8eadcaf18ffa5b6d1a615888f709dcae3fba1540c61 AS builder
1+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi:9.5@sha256:8d53b60617e53e4dbd6c0d485c569801f48dbeb40b48c8424a67e33a07320968 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:30bbd445046a3a63f5f5557a3c67dee74e3c8e7855eb0347630b020f3689823f
50+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:bafd57451de2daa71ed301b277d49bd120b474ed438367f087eac0b885a668dc
5151
ENV OCT_FOLDER=/usr/oct
5252

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

0 commit comments

Comments
 (0)