Skip to content

Commit

Permalink
Cr 15394 (#6)
Browse files Browse the repository at this point in the history
* fix adduser syntax
  • Loading branch information
danielm-codefresh authored Nov 20, 2022
1 parent 341ac6f commit 23164f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FROM debian:bullseye-slim AS compose-plugin
WORKDIR /root
COPY --from=make-compose-plugin /out/* /usr/local/bin/

RUN adduser -D -h /home/cfu -s /bin/bash cfu
RUN adduser --gecos "" --disabled-password --home /home/cfu --shell /bin/bash cfu
USER cfu

ENTRYPOINT [ "docker-compose" ]
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.2.8
version: 1.2.9

0 comments on commit 23164f5

Please sign in to comment.