Skip to content

Commit 319e748

Browse files
authored
Merge pull request #581 from snyk/fix/revert-operator-upgrade
fix: Revert Operator image upgrade to reduce vulnerabilities
2 parents 1a4ff32 + eebd7b8 commit 319e748

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

snyk-operator/build/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/operator-framework/helm-operator:v1.1.0
1+
FROM quay.io/operator-framework/helm-operator:v0.15.1
22

33
LABEL name="Snyk Operator" \
44
maintainer="[email protected]" \
@@ -8,6 +8,5 @@ LABEL name="Snyk Operator" \
88

99
COPY LICENSE /licenses/LICENSE
1010

11-
ENV HOME=/opt/helm
1211
COPY watches.yaml ${HOME}/watches.yaml
1312
COPY helm-charts/ ${HOME}/helm-charts/

0 commit comments

Comments
 (0)