Skip to content

Commit

Permalink
Bump ubi8/ubi from 8.9-1107.1705420509 to 8.9-1107.1706791207
Browse files Browse the repository at this point in the history
Bumps ubi8/ubi from 8.9-1107.1705420509 to 8.9-1107.1706791207.

---
updated-dependencies:
- dependency-name: ubi8/ubi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 28ed0cd commit 6779413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1705420509 as base
FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1706791207 as base

### Pre-install dependencies
# These packages will end up in the final image
Expand All @@ -8,7 +8,7 @@ RUN yum --assumeyes install \
&& yum clean all;

### Build backplane-cli
FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1705420509 as bp-cli-builder
FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1706791207 as bp-cli-builder

RUN yum install --assumeyes \
make \
Expand All @@ -32,7 +32,7 @@ RUN cp ./ocm-backplane /out
RUN chmod -R +x /out

### Build dependencies
FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1705420509 as dep-builder
FROM registry.access.redhat.com/ubi8/ubi:8.9-1107.1706791207 as dep-builder

RUN yum install --assumeyes \
jq \
Expand Down

0 comments on commit 6779413

Please sign in to comment.