Skip to content

Commit 935b434

Browse files
authored
Merge pull request #702 from snyk/feat/upgrade-helm-operator-base-image
Feat/upgrade helm operator base image
2 parents 5570140 + d685970 commit 935b434

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

snyk-operator/build/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
FROM quay.io/operator-framework/helm-operator:v0.15.1
1+
FROM quay.io/operator-framework/helm-operator:v1.5.0
22

33
LABEL name="Snyk Operator" \
44
maintainer="[email protected]" \
55
vendor="Snyk Ltd" \
66
summary="Snyk Operator for Snyk Controller" \
77
description="Snyk Controller enables you to import and test your running workloads and identify vulnerabilities in their associated images and configurations that might make those workloads less secure."
88

9-
COPY LICENSE /licenses/LICENSE
9+
ENV HOME=/opt/helm
1010

11+
COPY LICENSE /licenses/LICENSE
1112
COPY watches.yaml ${HOME}/watches.yaml
1213
COPY helm-charts/ ${HOME}/helm-charts/
14+
15+
WORKDIR ${HOME}

0 commit comments

Comments
 (0)