Skip to content

Commit

Permalink
Correct helm-locker docker file bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Oct 11, 2024
1 parent 9a46fab commit 9f61a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile-helm-locker
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ RUN echo 'helmlocker:x:1000:1000::/home/helmlocker:/bin/bash' >> /etc/passwd &&
echo 'helmlocker:x:1000:' >> /etc/group && \
mkdir /home/helmlocker && \
chown -R helmlocker:helmlocker /home/helmlocker
COPY --from=builder /usr/src/app/bin/helm-locker /usr/bin/
COPY --from=builder /usr/src/app/build/bin/helm-locker /usr/bin/
USER helmlocker
CMD ["helm-locker"]

0 comments on commit 9f61a9c

Please sign in to comment.