File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
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
3
3
4
4
WORKDIR /go/src/github.com/open-cluster-management/multicloud-operators-subscription
5
5
COPY . .
Original file line number Diff line number Diff line change 1
1
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
3
3
4
4
WORKDIR /go/src/github.com/stolostron/multicluster-operators-subscription
5
5
COPY . .
Original file line number Diff line number Diff line change 1
1
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
3
3
4
4
WORKDIR /go/src/github.com/stolostron/multicluster-operators-subscription
5
5
COPY . .
You can’t perform that action at this time.
0 commit comments