Skip to content

Commit 00048f5

Browse files
committed
Set explicit USER in ldap-server Containerfile
1 parent 4537305 commit 00048f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

integration-tests/images/ldap-server/Containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ COPY server.py /app/server.py
88

99
EXPOSE 1389
1010

11+
USER 1001
12+
1113
CMD ["python3", "/app/server.py"]

0 commit comments

Comments
 (0)