Skip to content

Commit 5286512

Browse files
authored
Update base image to version 4.15 (#32)
Signed-off-by: nmirasch <[email protected]>
1 parent 1526cce commit 5286512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.konflux/Containerfile.plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
# ------------------------------------------------------------------------
16-
FROM registry.redhat.io/openshift4/ose-must-gather:v4.13.0
16+
FROM registry.redhat.io/openshift4/ose-must-gather:v4.15.0
1717

1818
LABEL \
1919
name="openshift-gitops-1/must-gather-rhel8" \

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/openshift/origin-must-gather:4.13
1+
FROM quay.io/openshift/origin-must-gather:4.15
22

33
# Save original gather script
44
RUN mv /usr/bin/gather /usr/bin/gather_original

0 commit comments

Comments
 (0)