Skip to content

Commit

Permalink
CR-11819 (#95)
Browse files Browse the repository at this point in the history
* new user

* yarn

* no yarn lock change

* no yarn lock change
  • Loading branch information
elad-codefresh authored Jul 11, 2022
1 parent 156b646 commit bef665c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ RUN apk add --no-cache --virtual deps \
# copy app files
COPY . ./

RUN adduser -D -h /home/cfu -s /bin/bash cfu

USER cfu

CMD ["node", "lib/index.js"]
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.8.1
version: 1.8.2

0 comments on commit bef665c

Please sign in to comment.