Update Dockerfile ansible-operator to v1.34.2, operator-sdk to v1.34.2 (#1883)

* Updates operator-framework/ansible-operator tag from v1.34.0 to v1.34.2

* Update operator-sdk release to v1.34.2

---------

Co-authored-by: meganerd <meganerd@meganerd.org>
Co-authored-by: jessicamack <jmack@redhat.com>
This commit is contained in:
MeganerdDev
2024-07-03 14:42:52 -04:00
committed by GitHub
parent f9792d486e
commit e5a24b8918
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM quay.io/operator-framework/ansible-operator:v1.34.0
FROM quay.io/operator-framework/ansible-operator:v1.34.2
USER root
RUN dnf update --security --bugfix -y && \