Skip to content

Commit b51e925

Browse files
Bump operator-framework/helm-operator from v1.25.2 to v1.26.0 (#61)
* Bump operator-framework/helm-operator from v1.25.2 to v1.26.0 Bumps operator-framework/helm-operator from v1.25.2 to v1.26.0. --- updated-dependencies: - dependency-name: operator-framework/helm-operator dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Remove workaround for CVEs Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Comellini <[email protected]>
1 parent beab0bc commit b51e925

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
FROM quay.io/operator-framework/helm-operator:v1.25.2
1+
FROM quay.io/operator-framework/helm-operator:v1.26.0
22

33
ENV HOME=/opt/helm
44
COPY watches.yaml ${HOME}/watches.yaml
55
COPY helm-charts ${HOME}/helm-charts
66
WORKDIR ${HOME}
77

88
COPY LICENSE /licenses/
9-
10-
# hack to update packages with CVEs
11-
USER root
12-
RUN microdnf --nodocs upgrade -y libcom_err libxml2
13-
USER 1001

0 commit comments

Comments
 (0)