Skip to content

Commit

Permalink
update base image digest to latest manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodbindal committed Jan 23, 2025
1 parent 82d5f95 commit c2bd755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .konflux/dockerfiles/console-plugin.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILDER=registry.access.redhat.com/ubi8/nodejs-18:latest
ARG RUNTIME=registry.access.redhat.com/ubi8/nginx-124:latest
ARG BUILDER=registry.redhat.io/ubi9/nodejs-18@sha256:4e4fd31431dcfb7f1856a972030cd6c798e2b8a47e47e7540dd9880b3ed2698b
ARG RUNTIME=registry.access.redhat.com/ubi9/nginx-124@sha256:a39459f55e5f8df68b9b58fd33cd53c8acabbbb9cd3df1a071187e071858f32f

FROM $BUILDER AS builder-ui

Expand Down

1 comment on commit c2bd755

@pramodbindal
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/retest branch:release-v1.17.x

Please sign in to comment.