Skip to content

Commit 5437808

Browse files
committed
issues
1 parent fa912a3 commit 5437808

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414

1515
steps:
1616
- name: Auto Approve
17-
uses: hmarr/auto-approve-action@v3
17+
uses: hmarr/auto-approve-action@8f929096a962e83ccdfa8afcf855f39f12d4dac7 # 4.0.0

docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ WORKDIR /app/
5050
# Place executables in the environment at the front of the path
5151
ENV PATH="/app/.venv/bin:$PATH"
5252

53+
# Use non-root user
54+
USER app
55+
5356
EXPOSE 8770
5457

5558
ENTRYPOINT ["/tini", "--"]

0 commit comments

Comments
 (0)