Skip to content

Commit 1a4ff32

Browse files
authored
Merge pull request #575 from snyk/fix/upgrade-operator-base-image
fix: upgrade Operator base image to fix vulnerabilities
2 parents bba76d5 + 54a647d commit 1a4ff32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

snyk-operator/build/Dockerfile

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

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

99
COPY LICENSE /licenses/LICENSE
1010

11+
ENV HOME=/opt/helm
1112
COPY watches.yaml ${HOME}/watches.yaml
1213
COPY helm-charts/ ${HOME}/helm-charts/

0 commit comments

Comments
 (0)