Bump Ansible Operator SDK version to 1.32.0 for OS updates (#1651)

- pick up security updates when building the operator container
This commit is contained in:
Christian Adams
2023-12-01 10:00:58 -05:00
committed by GitHub
parent 400df47678
commit 1470779b8f
2 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
FROM quay.io/operator-framework/ansible-operator:v1.31.0
FROM quay.io/operator-framework/ansible-operator:v1.32.0
USER 0
RUN dnf install -y openssl
USER root
RUN dnf update --security --bugfix -y && \
dnf install -y openssl
USER 1001