Skip to content

Commit

Permalink
Use ubi9-v1.22.2 in Containerfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Tiger Kaovilai <[email protected]>
  • Loading branch information
kaovilai committed May 29, 2024
1 parent 902257d commit 08e7ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM quay.io/konveyor/builder:ubi9-v1.20 AS builder
FROM quay.io/konveyor/builder:ubi9-v1.22.2 AS builder

WORKDIR /go/src/github.com/openshift/oadp-operator
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion must-gather/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/konveyor/builder:ubi9-v1.20 AS konveyor-builder
FROM quay.io/konveyor/builder:ubi9-v1.22.2 AS konveyor-builder
ARG RESTIC_BRANCH=konveyor-0.15.0
ARG VELERO_BRANCH=konveyor-dev
WORKDIR /build
Expand Down

0 comments on commit 08e7ea4

Please sign in to comment.