Skip to content

Commit 23164f5

Browse files
Cr 15394 (#6)
* fix adduser syntax
1 parent 341ac6f commit 23164f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ FROM debian:bullseye-slim AS compose-plugin
3434
WORKDIR /root
3535
COPY --from=make-compose-plugin /out/* /usr/local/bin/
3636

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

4040
ENTRYPOINT [ "docker-compose" ]

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.2.8
1+
version: 1.2.9

0 commit comments

Comments
 (0)