Skip to content

Commit 27e699c

Browse files
dependabot[bot]sleshchenko
authored andcommitted
Bump ubi8-minimal in /build
Bumps ubi8-minimal from 8.4-200.1622548483 to 8.4-205.1626828526. --- updated-dependencies: - dependency-name: ubi8-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3bf0e5a commit 27e699c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN make compile-devworkspace-controller
3030
RUN make compile-webhook-server
3131

3232
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal
33-
FROM registry.access.redhat.com/ubi8-minimal:8.4-200.1622548483
33+
FROM registry.access.redhat.com/ubi8-minimal:8.4-205.1626828526
3434
RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
3535
WORKDIR /
3636
COPY --from=builder /devworkspace-operator/_output/bin/devworkspace-controller /usr/local/bin/devworkspace-controller

0 commit comments

Comments
 (0)