Skip to content

Commit aa148c1

Browse files
committed
Dockerfile: use latest master base image
1 parent 004b63f commit aa148c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM quay.io/joelanford/helm-operator:latest
1+
FROM quay.io/joelanford/helm-operator:master
22

33
ENV HOME=/opt/helm
4-
COPY watches.yaml ${HOME}/watches.yaml
5-
COPY helm-charts ${HOME}/helm-charts
4+
COPY --chown=65532 watches.yaml ${HOME}/watches.yaml
5+
COPY --chown=65532 helm-charts ${HOME}/helm-charts
66
WORKDIR ${HOME}

0 commit comments

Comments
 (0)