Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9/ubi docker tag to…
Browse files Browse the repository at this point in the history
… v9.5-1734081738

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Dec 16, 2024
1 parent 786e173 commit 42000ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM registry.access.redhat.com/ubi9/ubi:9.4-1123.1719560047 as builder
FROM registry.access.redhat.com/ubi9/ubi:9.5-1734081738 as builder

RUN yum -y install \
golang \
Expand All @@ -21,7 +21,7 @@ RUN GOOS=linux GOARCH=amd64 go build -tags exclude_graphdriver_btrfs,btrfs_nover

# Use ubi-micro as minimal base image to package the manager binary
# See https://catalog.redhat.com/software/containers/ubi9/ubi-micro/615bdf943f6014fa45ae1b58
FROM registry.access.redhat.com/ubi9/ubi:9.5
FROM registry.access.redhat.com/ubi9/ubi:9.5-1734081738
COPY policy.json /etc/containers/
COPY --from=builder /metrics-server /bin/

Expand Down

0 comments on commit 42000ca

Please sign in to comment.