Skip to content

Commit 4beab8a

Browse files
dhaiducekopenshift-merge-bot[bot]
authored andcommitted
Bump policy generator to 2.14
Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
1 parent 59cad17 commit 4beab8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM registry.ci.openshift.org/stolostron/builder:go1.23-linux AS plugin-builder
2-
ENV POLICY_GENERATOR_TAG=release-2.13
2+
ENV POLICY_GENERATOR_TAG=release-2.14
33

44
WORKDIR /go/src/github.com/open-cluster-management/multicloud-operators-subscription
55
COPY . .

build/Dockerfile.prow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM registry.ci.openshift.org/stolostron/builder:go1.23-linux AS builder
2-
ENV POLICY_GENERATOR_TAG=release-2.13
2+
ENV POLICY_GENERATOR_TAG=release-2.14
33

44
WORKDIR /go/src/github.com/stolostron/multicluster-operators-subscription
55
COPY . .

build/Dockerfile.rhtap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 AS plugin-builder
2-
ENV POLICY_GENERATOR_TAG=release-2.13
2+
ENV POLICY_GENERATOR_TAG=release-2.14
33

44
WORKDIR /go/src/github.com/stolostron/multicluster-operators-subscription
55
COPY . .

0 commit comments

Comments
 (0)