Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,8 @@ RUN mkdir -p ${STORE_DIR} && chmod -R 777 ${STORE_DIR}
# Set default run command
CMD ["tini","run_orchestrator"]

# needed to mitigate CVE-2023-0361
RUN apt install libgnutls30>=3.7.1-5+deb11u3

# Change to application user
USER 2000