Skip to content

Commit

Permalink
Merge pull request #14 from stakater/renovate/quay.io-operator-framew…
Browse files Browse the repository at this point in the history
…ork-ansible-operator-1.x

Update quay.io/operator-framework/ansible-operator Docker tag to v1.32.0
  • Loading branch information
Bharath Nallapeta authored Oct 30, 2023
2 parents 06bee53 + 6fcddc6 commit 12b5ccc
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,4 +1,4 @@
FROM quay.io/operator-framework/ansible-operator:v1.31.0
FROM quay.io/operator-framework/ansible-operator:v1.32.0

COPY requirements.yml ${HOME}/requirements.yml
RUN ansible-galaxy collection install -r ${HOME}/requirements.yml \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.operatorhub
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/operator-framework/ansible-operator:v1.31.0
FROM quay.io/operator-framework/ansible-operator:v1.32.0

COPY requirements.yml ${HOME}/requirements.yml
RUN ansible-galaxy collection install -r ${HOME}/requirements.yml \
Expand Down

0 comments on commit 12b5ccc

Please sign in to comment.