Skip to content

Commit

Permalink
Update the Policy Generator to v1.6.0 (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: Chunxi Luo <chuluo@redhat.com>
  • Loading branch information
ChunxiAlexLuo authored Mar 18, 2022
1 parent 5d7b733 commit dc63112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.ci.openshift.org/stolostron/builder:go1.17-linux AS plugin-builder
ENV POLICY_GENERATOR_TAG=v1.5.0
ENV POLICY_GENERATOR_TAG=v1.6.0

WORKDIR /policy-generator
RUN curl -L -o "policy-generator-plugin.tar.gz" \
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.prow
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.ci.openshift.org/stolostron/builder:go1.17-linux AS builder
ENV POLICY_GENERATOR_TAG=v1.5.0
ENV POLICY_GENERATOR_TAG=v1.6.0

WORKDIR /go/src/github.com/stolostron/multicluster-operators-subscription
COPY . .
Expand Down

0 comments on commit dc63112

Please sign in to comment.